1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-08-12 12:00:21 +02:00

*** empty log message ***

This commit is contained in:
Jim Meyering
1999-01-25 00:17:40 +00:00
parent cbf82d876b
commit a9ec82981b
+5
View File
@@ -1,5 +1,10 @@
1999-01-24 Jim Meyering <meyering@ascend.com>
* 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.