From: Jim Meyering Date: Fri, 28 Apr 2000 16:50:24 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=346cea54b9c672bab761e66c6633ec826b06bdc6;p=pspp *** empty log message *** --- diff --git a/lib/ChangeLog b/lib/ChangeLog index 06c85e6d7a..122280f66d 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,10 @@ +2000-04-28 Jim Meyering + + * 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 * makepath.c (S_IRWXUGO): Define.