From: Jim Meyering Date: Fri, 10 Nov 1995 14:22:07 +0000 (+0000) Subject: Remove prototypes for stat, lstat. X-Git-Tag: TEXTUTILS-1_13F~69 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ca567514217fb7d103a4ce2605a05438fa345c70;p=thirdparty%2Fcoreutils.git Remove prototypes for stat, lstat. --- diff --git a/src/cp.c b/src/cp.c index f494440ea3..53351ab7fa 100644 --- a/src/cp.c +++ b/src/cp.c @@ -42,8 +42,8 @@ struct dir_attr struct dir_attr *next; }; -int stat (const char *, struct stat *); -int lstat (const char *, struct stat *); +int stat (); +int lstat (); char *dirname (char *); char *xstrdup ();