From: Jim Meyering Date: Fri, 31 Aug 2001 07:21:23 +0000 (+0000) Subject: (full_write): Remove decl; not needed. X-Git-Tag: TEXTUTILS-2_0_15~252 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=109d7b4386d6cb8fdf1017f1bd03b0923ac6809b;p=thirdparty%2Fcoreutils.git (full_write): Remove decl; not needed. --- diff --git a/src/install.c b/src/install.c index 5f38c0b0a5..b0649d1df2 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 ();