diff options
author | Jim Meyering <jim@meyering.net> | 2000-06-29 11:30:16 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-06-29 11:30:16 +0000 |
commit | 60cea0e8feade824ee06058b0381a0edf71a05b9 (patch) | |
tree | 7c07a43f5d22fb1407c10e137f98b5d37f4b2815 /lib/ChangeLog | |
parent | d1e34222a851319531331b92abf53a79c44dcdc7 (diff) | |
download | coreutils-60cea0e8feade824ee06058b0381a0edf71a05b9.tar.xz |
*** empty log message ***
Diffstat (limited to 'lib/ChangeLog')
-rw-r--r-- | lib/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog index f36c989c5..3ed285655 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,5 +1,8 @@ 2000-06-29 Jim Meyering <meyering@lucent.com> + * same.c: Include <string.h> or <strings.h>, as appropriate, + for declaration of strcmp. + * long-options.c: Include <stdlib.h>, for declaration of exit. * mountlist.c (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]: |