diff options
author | Jim Meyering <jim@meyering.net> | 1993-10-09 20:43:10 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1993-10-09 20:43:10 +0000 |
commit | ae89477b9b3dae36445ef1fda2cc6f3746be0140 (patch) | |
tree | 82f4ea21b7c2b73e5fb3484ecb3699d9d230fe03 /old | |
parent | 95f7eb6267b6fa36b92e247eca2728cde8130f03 (diff) | |
download | coreutils-ae89477b9b3dae36445ef1fda2cc6f3746be0140.tar.xz |
merge with 3.8.3e
Diffstat (limited to 'old')
-rw-r--r-- | old/fileutils/ChangeLog | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 05b42e2fa..66a58333b 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,3 +1,14 @@ +Sat Oct 9 13:30:28 1993 Jim Meyering (meyering@comco.com) + + * configure.in [STATFS_OSF1]: Change name to STAT_STATFS3_OSF1 + to be consistent with names of the other STAT_* macros. + * acconfig.h: Ditto. + * fsusage.c: Ditto. + + * acconfig.h: Add comments. + * Makefile.in: Remove comments about -D flags that could be added + to DEFS; now (using autoheader) those comments end up in config.h. + Thu Oct 07 12:57:10 1993 Jim Meyering (meyering@comco.com) * chgrp.c, chmod.c, chown.c, cp-aux.c, cp.c, dd.c, df.c, du.c, @@ -8,8 +19,8 @@ Thu Oct 07 12:57:10 1993 Jim Meyering (meyering@comco.com) * lib/Makefile.in [libdir]: Make sure it's defined. - * posixtm.y [!__GNUC__ && !HAVE_ALLOCA_H]: Declare alloca as void* - rather than char*. The latter conflicts with a dcl from bison.simple. + * posixtm.y [!__GNUC__ && !HAVE_ALLOCA_H]: Declare alloca as void* + rather than char*. The latter conflicts with a dcl from bison.simple. Wed Oct 06 18:22:00 1993 Jim Meyering (meyering@comco.com) |