From: Jim Meyering Date: Fri, 10 Nov 1995 14:44:37 +0000 (+0000) Subject: Remove bogus __P junk on xstat dcl. X-Git-Tag: TEXTUTILS-1_13F~64 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c6ca8a1528a5f0d9e15a91f1d0f48369f9f40129;p=thirdparty%2Fcoreutils.git Remove bogus __P junk on xstat dcl. --- diff --git a/src/du.c b/src/du.c index c631c8b6da..c3a47db1d7 100644 --- a/src/du.c +++ b/src/du.c @@ -154,7 +154,7 @@ static struct stat stat_buf; /* A pointer to either lstat or stat, depending on whether dereferencing of all symbolic links is to be done. */ -static int __P ((*xstat) ()); +static int (*xstat) (); /* The exit status to use if we don't get any fatal errors. */ static int exit_status;