summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-06-06 21:00:20 +0000
committerJim Meyering <jim@meyering.net>2003-06-06 21:00:20 +0000
commit63c87fccb3ad6829b030d0d4b87ae2f07316c803 (patch)
tree3aa421363cc4b58aaabea6e9448512743a238477 /lib
parent8408a9a92a0f8e7737cf8d22c0e85b590ace5922 (diff)
downloadcoreutils-63c87fccb3ad6829b030d0d4b87ae2f07316c803.tar.xz
*** empty log message ***
Diffstat (limited to 'lib')
-rw-r--r--lib/ChangeLog1
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.