From: Jim Meyering Date: Sun, 1 Oct 1995 22:40:11 +0000 (+0000) Subject: Declare stat, xstat. X-Git-Tag: FILEUTILS-3_12f~131 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b3303ba0723fe542006840046c5c5a25ead852b6;p=thirdparty%2Fcoreutils.git Declare stat, xstat. --- diff --git a/src/du.c b/src/du.c index 509df22cff..3fd05c33f3 100644 --- a/src/du.c +++ b/src/du.c @@ -90,6 +90,9 @@ typedef struct char *text; /* Pointer to the text. */ } *string, stringstruct; +int stat (); +int lstat (); + char *savedir (); char *xmalloc (); char *xrealloc ();