diff options
author | Jim Meyering <jim@meyering.net> | 2003-06-06 21:00:20 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-06-06 21:00:20 +0000 |
commit | 63c87fccb3ad6829b030d0d4b87ae2f07316c803 (patch) | |
tree | 3aa421363cc4b58aaabea6e9448512743a238477 | |
parent | 8408a9a92a0f8e7737cf8d22c0e85b590ace5922 (diff) | |
download | coreutils-63c87fccb3ad6829b030d0d4b87ae2f07316c803.tar.xz |
*** empty log message ***
-rw-r--r-- | lib/ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog index 2c074697c..18faf7058 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -3,6 +3,7 @@ Update from gnulib. * putenv.c: Include <stddef.h> rather than <sys/types.h>, as we merely need size_t. + * realloc.c: Likewise. * quote.c: Don't include <stddef.h> or <sys/types.h>; not needed. * modechange.c: Include <stddef.h>. (NULL): Don't define, since <stddef.h> does that. |