]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(full_write): Remove decl; not needed.
authorJim Meyering <jim@meyering.net>
Fri, 31 Aug 2001 07:21:23 +0000 (07:21 +0000)
committerJim Meyering <jim@meyering.net>
Fri, 31 Aug 2001 07:21:23 +0000 (07:21 +0000)
src/install.c

index 5f38c0b0a5df5581b577f5c5ed7bb242586a29e8..b0649d1df2a08c45e10c5c8203e02bc4535dfc43 100644 (file)
@@ -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 ();