summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-06-06 21:04:32 +0000
committerJim Meyering <jim@meyering.net>2003-06-06 21:04:32 +0000
commit501a8e54b909486c6180297a04d1d0543337e7da (patch)
treed55af45fc5bed12a10f94085702d903aa57afb6f /lib
parent481fd54919d0e85bd433c6d6f440e827f0c5f184 (diff)
downloadcoreutils-501a8e54b909486c6180297a04d1d0543337e7da.tar.xz
*** empty log message ***
Diffstat (limited to 'lib')
-rw-r--r--lib/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog
index bb19f128d..3b01f14ad 100644
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -1,6 +1,9 @@
2003-06-06 Jim Meyering <jim@meyering.net>
Update from gnulib.
+ * rpmatch.c: Include <limits.h> without checking for HAVE_LIMITS_H.
+ Include <stddefs.h> unconditionally.
+ (NULL): Don't define, since <stddef.h> does that.
* rename.c: #undef rename before defining rpl_rename.
[HAVE_CONFIG_H]: Guard inclusion of config.h.
* putenv.c: Include <stddef.h> rather than <sys/types.h>,