]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
[!_LIBC]: Define __P.
authorJim Meyering <jim@meyering.net>
Sat, 20 Dec 2003 16:35:59 +0000 (16:35 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 20 Dec 2003 16:35:59 +0000 (16:35 +0000)
lib/fts.c

index 4e0f215790436b7a7a6d99775ad6f39572065c62..8e99ebcdc4dbf4d5b52188f66cdf871f5ccf111e 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>
+# define __P(x) x
 #endif
 #include <fcntl.h>
 #include <errno.h>