summaryrefslogtreecommitdiff
path: root/src/install.c
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2004-11-26 07:39:32 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2004-11-26 07:39:32 +0000
commitcef32c7c86dce5949be6d8bdfc8879bbf013deac (patch)
tree0c5f609618e08c2a785eb3dc6a04153d2e75d541 /src/install.c
parent2a3e586dee70080768e05a72134914719a0dc997 (diff)
downloadcoreutils-cef32c7c86dce5949be6d8bdfc8879bbf013deac.tar.xz
(stat): Remove decl.
Diffstat (limited to 'src/install.c')
-rw-r--r--src/install.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/install.c b/src/install.c
index 70d4a8118..61c1fedab 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,