From: Jim Meyering Date: Mon, 25 Jan 1999 00:17:40 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: TEXTUTILS-1_22h~116 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a9ec82981badac0e5664650171d71aa456f6ca8f;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index d7b2cd7a51..d006098df2 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,5 +1,10 @@ 1999-01-24 Jim Meyering + * lib/quotearg.c (quotearg_n_options): Revert type of parameter `n' + (and hence that of the local `n1', too) to `int' at Paul's request. + + * lib/closeout.c: Add comments. + * src/shred.c (fdatasync): Remove function. instead, ... (fdatasync) [! HAVE_FDATASYNC]: Define to fsync. From Colin Plumb.