summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1995-11-11 22:09:47 +0000
committerJim Meyering <jim@meyering.net>1995-11-11 22:09:47 +0000
commitc2b86aabe008c5a3b11047cc60610ba506693986 (patch)
tree635b211871df3d22acb703d9545251bd8cc15ad9 /old
parent849a1c46cfa48ebaf4339a5a5b7f2ec9ddce5fb9 (diff)
downloadcoreutils-c2b86aabe008c5a3b11047cc60610ba506693986.tar.xz
.
Diffstat (limited to 'old')
-rw-r--r--old/textutils/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog
index c0a47ad8b..81b7f5150 100644
--- a/old/textutils/ChangeLog
+++ b/old/textutils/ChangeLog
@@ -2,6 +2,11 @@ Sat Nov 11 15:46:02 1995 Jim Meyering (meyering@comco.com)
* Version 1.13c.
+ * od.c (skip): Cast fseek's offset argument to `long'.
+ Erik Bennett <bennett@cvo.oneworld.com> reported that this is
+ necessary on BSDI systems. And if offset doesn't fit in a long,
+ then try using lseek instead.
+
* sort.c (xmalloc): Declare static.
(xrealloc): Likewise.