summaryrefslogtreecommitdiff
path: root/old/textutils/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1996-07-17 03:13:45 +0000
committerJim Meyering <jim@meyering.net>1996-07-17 03:13:45 +0000
commite5c3e23ec40a0e49e8356c819ae7968d38278df9 (patch)
tree3a42f78586a1b992279761c04ebafbf46179977b /old/textutils/ChangeLog
parent03cc8c8ca345b5847d1611c197721269fcb5f281 (diff)
downloadcoreutils-e5c3e23ec40a0e49e8356c819ae7968d38278df9.tar.xz
.
Diffstat (limited to 'old/textutils/ChangeLog')
-rw-r--r--old/textutils/ChangeLog5
1 files changed, 2 insertions, 3 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog
index 9dc75c577..c50d7185b 100644
--- a/old/textutils/ChangeLog
+++ b/old/textutils/ChangeLog
@@ -1,8 +1,7 @@
Tue Jul 16 00:09:37 1996 Jim Meyering <meyering@na-net.ornl.gov>
- * src/od.c [OFF_T_MAX]: Use `(unsigned long)1' rather than `(off_t)1'
- so the left operand of the << isn't signed.
- From Kaveh Ghazi.
+ * src/od.c (OFF_T_MAX): Remove definition.
+ (main): Compare against LONG_MAX rather than OFF_T_MAX.
Mon Jul 15 23:42:57 1996 Jim Meyering <meyering@na-net.ornl.gov>