summaryrefslogtreecommitdiff
path: root/old/textutils
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2000-03-12 20:04:35 +0000
committerJim Meyering <jim@meyering.net>2000-03-12 20:04:35 +0000
commit83a446e62ab0578fd338bde5a2626d65e1336ace (patch)
treee3969d44fbbb39bcd19ca1e14d22fc0b157bf03a /old/textutils
parentfb190362cc82a9ed073cb2ba618eee463c760d13 (diff)
downloadcoreutils-83a446e62ab0578fd338bde5a2626d65e1336ace.tar.xz
*** empty log message ***
Diffstat (limited to 'old/textutils')
-rw-r--r--old/textutils/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog
index db09e9669..72bbb85dc 100644
--- a/old/textutils/ChangeLog
+++ b/old/textutils/ChangeLog
@@ -1,5 +1,16 @@
2000-03-12 Jim Meyering <meyering@lucent.com>
+ Merge with fileutils.
+ * src/system.h "pathmax.h": Include.
+ <sys/time.h>: Include if appropriate.
+ <time.h>: Likewise.
+ <sys/mkdev.h>: Likewise.
+ <sys/sysmacros.h>: Likewise.
+ <utime.h>: Likewise.
+ (major, minor, makedev): Define if needed.
+ (struct utimbuf): Declare if missing.
+ (ST_BLKSIZE, ST_NBLOCKS, ST_NBLOCKSIZE): Define.
+
* src/cksum.c (usage): Correct --help output.
Prompted by a report from Gregory Leblanc.