From: Jim Meyering Date: Fri, 5 Jan 1996 02:46:41 +0000 (+0000) Subject: . X-Git-Tag: TEXTUTILS-1_13k~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b024130dc2f372540c7b8a5540cd85e8c70935d8;p=thirdparty%2Fcoreutils.git . --- diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index 877059c05b..06f0ac6f02 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -1,5 +1,9 @@ Thu Jan 4 20:32:52 1996 Jim Meyering (meyering@na-net.ornl.gov) + * nl.c: Include rx.h after limit.h (not before) to avoid warning + about the redeclaration of RE_DUP_MAX in limit.h. rx.h protects + its definition. From Kaveh Ghazi. + * src/Makefile.am (DIST_OTHER): Include md5-test.rfc so make check works again. Reported by François Pinard and Kaveh Ghazi.