1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-08-12 12:00:21 +02:00
This commit is contained in:
Jim Meyering
1995-11-11 22:09:47 +00:00
parent 849a1c46cf
commit c2b86aabe0
+5
View 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.