]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
.
authorJim Meyering <jim@meyering.net>
Sat, 11 Nov 1995 22:09:47 +0000 (22:09 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 11 Nov 1995 22:09:47 +0000 (22:09 +0000)
old/textutils/ChangeLog

index c0a47ad8b0a25712524c68d5cb08fb415d55a54a..81b7f5150e50b3f3641100bcd5a7d9424f8c475b 100644 (file)
@@ -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.