From 832e8b7f9a7422b49453b7e389ec411d3037a50f Mon Sep 17 00:00:00 2001 From: nectar Date: Sun, 16 Feb 2003 17:29:11 +0000 Subject: Eliminate 61 warnings emitted at WARNS=2 (leaving 53 to go). Only warnings that could be fixed without changing the generated object code and without restructuring the source code have been handled. Reviewed by: /sbin/md5 --- lib/libc/include/namespace.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/libc/include/namespace.h') diff --git a/lib/libc/include/namespace.h b/lib/libc/include/namespace.h index f9f5fd7..f3b430e 100644 --- a/lib/libc/include/namespace.h +++ b/lib/libc/include/namespace.h @@ -63,6 +63,7 @@ #define fcntl _fcntl /*#define flock _flock */ #define flockfile _flockfile +#define fpathconf _fpathconf #define fstat _fstat #define fstatfs _fstatfs #define fsync _fsync @@ -139,7 +140,6 @@ #define creat _creat #define fchflags _fchflags #define fchmod _fchmod -#define fpathconf _fpathconf #define ftrylockfile _ftrylockfile #define msync _msync #define nfssvc _nfssvc -- cgit v1.1