]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
[!_LIBC]: Undefine, then define-away __P.
authorJim Meyering <jim@meyering.net>
Sat, 20 Dec 2003 18:08:02 +0000 (18:08 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 20 Dec 2003 18:08:02 +0000 (18:08 +0000)
lib/fts.c

index 8e99ebcdc4dbf4d5b52188f66cdf871f5ccf111e..1e8e5cc8f6ab3999fe8418393839f46535364e15 100644 (file)
--- a/lib/fts.c
+++ b/lib/fts.c
@@ -42,6 +42,7 @@ static char sccsid[] = "@(#)fts.c     8.6 (Berkeley) 8/14/94";
 # include <include/sys/stat.h>
 #else
 # include <sys/stat.h>
+# undef __P
 # define __P(x) x
 #endif
 #include <fcntl.h>