diff options
Diffstat (limited to 'old/textutils/ChangeLog')
-rw-r--r-- | old/textutils/ChangeLog | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index f5bd0ebb0..65a34b3e5 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -1,7 +1,11 @@ -2002-05-22 Jim Meyering <meyering@lucent.com> +2002-06-15 Jim Meyering <meyering@lucent.com> * Version 2.0.22. + * src/cksum.c: Include <sys/types.h> before system.h. + +2002-05-22 Jim Meyering <meyering@lucent.com> + * src/od.c [struct dummy]: Renamed. Don't rely on portability of zero-length arrays. Instead, use sizes of -1 or +1. Reported by Eric Backus. |