aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2000-04-28 16:50:24 +0000
committerJim Meyering <jim@meyering.net>2000-04-28 16:50:24 +0000
commit8d8135769a68dda7f181244fed09733456610a6d (patch)
treee3e0e4b39a93f137606f94433543ebd774009d47
parent[HAVE_LIMITS_H]: Include limits.h before regex.h to avoid (diff)
downloadcoreutils-8d8135769a68dda7f181244fed09733456610a6d.tar.gz
coreutils-8d8135769a68dda7f181244fed09733456610a6d.zip
*** empty log message ***
-rw-r--r--lib/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog
index 06c85e6d7..122280f66 100644
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -1,3 +1,10 @@
+2000-04-28 Jim Meyering <meyering@lucent.com>
+
+ * rpmatch.c [HAVE_LIMITS_H]: Include limits.h before regex.h to avoid
+ redefinition warning on some systems (HPUX). Otherwise, regex.h is
+ included first, then limits.h is included by locale.h by libintl.h.
+ From John David Anglin.
+
2000-04-25 Jim Meyering <meyering@lucent.com>
* makepath.c (S_IRWXUGO): Define.