From: Jim Meyering Date: Sat, 20 Dec 2003 18:08:02 +0000 (+0000) Subject: [!_LIBC]: Undefine, then define-away __P. X-Git-Tag: v5.1.0~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e164c2bbeb2511673659c90a744995f1ed4dcaad;p=thirdparty%2Fcoreutils.git [!_LIBC]: Undefine, then define-away __P. --- diff --git a/lib/fts.c b/lib/fts.c index 8e99ebcdc4..1e8e5cc8f6 100644 --- a/lib/fts.c +++ b/lib/fts.c @@ -42,6 +42,7 @@ static char sccsid[] = "@(#)fts.c 8.6 (Berkeley) 8/14/94"; # include #else # include +# undef __P # define __P(x) x #endif #include