summaryrefslogtreecommitdiff
path: root/src/du.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1995-11-10 14:44:37 +0000
committerJim Meyering <jim@meyering.net>1995-11-10 14:44:37 +0000
commitc6ca8a1528a5f0d9e15a91f1d0f48369f9f40129 (patch)
tree6bf67ef3a58f5f3ca90534b8f5c013abc0dccd9a /src/du.c
parent8108bc26d67cf9280ae6c1695f59806fd8279f48 (diff)
downloadcoreutils-c6ca8a1528a5f0d9e15a91f1d0f48369f9f40129.tar.xz
Remove bogus __P junk on xstat dcl.
Diffstat (limited to 'src/du.c')
-rw-r--r--src/du.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/du.c b/src/du.c
index c631c8b6d..c3a47db1d 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;