diff options
Diffstat (limited to 'old')
-rw-r--r-- | old/textutils/ChangeLog | 5 |
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. |