From: Jim Meyering Date: Fri, 28 Apr 2000 16:50:24 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: FILEUTILS-4_0r~7 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8d8135769a68dda7f181244fed09733456610a6d;p=thirdparty%2Fcoreutils.git *** 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.