summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1998-01-12 08:55:42 +0000
committerJim Meyering <jim@meyering.net>1998-01-12 08:55:42 +0000
commit98af2e9636ff4ae0723a475dabbaade7f722f1be (patch)
tree0a49f44d5ff79e80edfc4bc82a7ac81d7098ea49 /old
parent68e5877403dc12df7c83025d5ac2ae527db3352c (diff)
downloadcoreutils-98af2e9636ff4ae0723a475dabbaade7f722f1be.tar.xz
*** empty log message ***
Diffstat (limited to 'old')
-rw-r--r--old/fileutils/ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog
index 37dd4c666..25107a45a 100644
--- a/old/fileutils/ChangeLog
+++ b/old/fileutils/ChangeLog
@@ -1,8 +1,8 @@
1998-01-12 Jim Meyering <meyering@na-net.ornl.gov>
* lib/fileblocks.c: Include sys/param.h only #if HAVE_SYS_PARAM_H.
- Move function-spanning `#if ...BSIZE' stmt to follow inclusion of
- sys/param.h since BSIZE is sometimes defined in sys/param.h.
+ Move function-spanning `#if ...BSIZE' directive to follow inclusion
+ of sys/param.h since BSIZE is sometimes defined in sys/param.h.
Reported by Philippe De Muyter.
1998-01-10 Jim Meyering <meyering@na-net.ornl.gov>