From: Paul Eggert Date: Fri, 26 Nov 2004 07:39:32 +0000 (+0000) Subject: (stat): Remove decl. X-Git-Tag: COREUTILS-5_3_0~311 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=cef32c7c86dce5949be6d8bdfc8879bbf013deac;p=platform%2Fupstream%2Fcoreutils.git (stat): Remove decl. --- diff --git a/src/install.c b/src/install.c index 70d4a81..61c1fed 100644 --- a/src/install.c +++ b/src/install.c @@ -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,