summaryrefslogtreecommitdiffstats
path: root/lib/libc/include
diff options
context:
space:
mode:
authornectar <nectar@FreeBSD.org>2003-02-16 17:29:11 +0000
committernectar <nectar@FreeBSD.org>2003-02-16 17:29:11 +0000
commit832e8b7f9a7422b49453b7e389ec411d3037a50f (patch)
tree3b5579370346d51f378192429db2130e5e82a6e4 /lib/libc/include
parent81da3fbe2a40d9b80c8e96af564180f8aa22074e (diff)
downloadFreeBSD-src-832e8b7f9a7422b49453b7e389ec411d3037a50f.zip
FreeBSD-src-832e8b7f9a7422b49453b7e389ec411d3037a50f.tar.gz
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
Diffstat (limited to 'lib/libc/include')
-rw-r--r--lib/libc/include/namespace.h2
-rw-r--r--lib/libc/include/un-namespace.h2
2 files changed, 2 insertions, 2 deletions
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
diff --git a/lib/libc/include/un-namespace.h b/lib/libc/include/un-namespace.h
index 4bf789d..a5cb05f 100644
--- a/lib/libc/include/un-namespace.h
+++ b/lib/libc/include/un-namespace.h
@@ -45,6 +45,7 @@
#undef fcntl
#undef flock
#undef flockfile
+#undef fpathconf
#undef fstat
#undef fstatfs
#undef fsync
@@ -113,7 +114,6 @@
#undef creat
#undef fchflags
#undef fchmod
-#undef fpathconf
#undef ftrylockfile
#undef msync
#undef nfssvc
OpenPOWER on IntegriCloud