]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Remove bogus __P junk on xstat dcl.
authorJim Meyering <jim@meyering.net>
Fri, 10 Nov 1995 14:44:37 +0000 (14:44 +0000)
committerJim Meyering <jim@meyering.net>
Fri, 10 Nov 1995 14:44:37 +0000 (14:44 +0000)
src/du.c

index c631c8b6dada508dce4f57f8b80dc2fcef7c3854..c3a47db1d74c0366ccf865fcb6ef6fb2178f4788 100644 (file)
--- 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;