changeset 2445:7423e10b60e8

*** empty log message ***
author Jim Meyering <jim@meyering.net>
date Fri, 28 Apr 2000 16:50:24 +0000
parents 8daff2f772b7
children 76d2f97bde52
files lib/ChangeLog
diffstat 1 files changed, 7 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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.