*** empty log message ***

This commit is contained in:
Jim Meyering 2000-03-12 20:04:35 +00:00
parent fb190362cc
commit 83a446e62a

View File

@ -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.