diff options
author | Jim Meyering <jim@meyering.net> | 1997-09-14 03:36:21 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1997-09-14 03:36:21 +0000 |
commit | 12c9be75c310372fd5a5eefc3e9b34c250ef766c (patch) | |
tree | 4242fee0b3e79be9b0907c256497e274b51fc78e | |
parent | 322a0870774be9d78f22d0faae215c4fff2a2b58 (diff) | |
download | coreutils-12c9be75c310372fd5a5eefc3e9b34c250ef766c.tar.xz |
*** empty log message ***
-rw-r--r-- | old/fileutils/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index a90341c58..7892c18d2 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,6 +1,8 @@ 1997-09-13 Jim Meyering <meyering@na-net.ornl.gov> * lib/strverscmp.h [HAVE_CONFIG_H]: Include config.h. + (PARAMS): Define. + Guard prototype with PARAMS. * lib/oa-hash.c: Use K&R style function dcls, not ANSI. (HASH_MALLOC): Prefix with (Type*) cast to placate old compilers. |