summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2001-08-31 07:21:23 +0000
committerJim Meyering <jim@meyering.net>2001-08-31 07:21:23 +0000
commit109d7b4386d6cb8fdf1017f1bd03b0923ac6809b (patch)
treed6c9f5cbba9fd15e14203204b9ba8b3a867f036b /src
parent34db7168de171edc110c9415c112839b5c983598 (diff)
downloadcoreutils-109d7b4386d6cb8fdf1017f1bd03b0923ac6809b.tar.xz
(full_write): Remove decl; not needed.
Diffstat (limited to 'src')
-rw-r--r--src/install.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/install.c b/src/install.c
index 5f38c0b0a..b0649d1df 100644
--- a/src/install.c
+++ b/src/install.c
@@ -78,7 +78,6 @@ gid_t getgid ();
/* Number of bytes of a file to copy at a time. */
#define READ_SIZE (32 * 1024)
-int full_write ();
int isdir ();
int stat ();