From: Jim Meyering Date: Sat, 11 Nov 1995 22:09:47 +0000 (+0000) Subject: . X-Git-Tag: TEXTUTILS-1_13F~45 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c2b86aabe008c5a3b11047cc60610ba506693986;p=thirdparty%2Fcoreutils.git . --- diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index c0a47ad8b0..81b7f5150e 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 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.