]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(stat): Remove decl.
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 26 Nov 2004 07:39:32 +0000 (07:39 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 26 Nov 2004 07:39:32 +0000 (07:39 +0000)
src/install.c

index 70d4a8118cf52c9d4d0fed5770bf491f1448c6ae..61c1fedab83f3bd8dfb34f0c582b728c7b989b56 100644 (file)
@@ -72,8 +72,6 @@ gid_t getgid ();
 /* Number of bytes of a file to copy at a time. */
 #define READ_SIZE (32 * 1024)
 
-int stat ();
-
 static bool change_timestamps (const char *from, const char *to);
 static bool change_attributes (const char *path);
 static bool copy_file (const char *from, const char *to,