From c6ca8a1528a5f0d9e15a91f1d0f48369f9f40129 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Fri, 10 Nov 1995 14:44:37 +0000 Subject: [PATCH] Remove bogus __P junk on xstat dcl. --- src/du.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.47.2