From: Jim Meyering Date: Tue, 27 Feb 1996 03:57:49 +0000 (+0000) Subject: Revert last change. Comment didn't add anything. X-Git-Tag: FILEUTILS-3_12j~54 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=268ddc7d506e33d2966b7b2a6961bc17245f54df;p=thirdparty%2Fcoreutils.git Revert last change. Comment didn't add anything. --- diff --git a/lib/full-write.c b/lib/full-write.c index aa8cff35de..2a65ac5e52 100644 --- a/lib/full-write.c +++ b/lib/full-write.c @@ -34,10 +34,7 @@ extern int errno; #endif /* Write LEN bytes at PTR to descriptor DESC, retrying if interrupted. - Return LEN upon success, write's (negative) error code otherwise. - As the name implies, this function writes all LEN bytes and returns - LEN or it fails and returns the negative value returned by the (final) - failing write. */ + Return LEN upon success, write's (negative) error code otherwise. */ int full_write (desc, ptr, len)