diff options
author | Jim Meyering <jim@meyering.net> | 1996-01-05 02:46:41 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1996-01-05 02:46:41 +0000 |
commit | b024130dc2f372540c7b8a5540cd85e8c70935d8 (patch) | |
tree | 3787543e3e6d5c8c604dd7c4fc6d0c00eaae750f /old/textutils | |
parent | aff66fa170b9fadc2976ecb75072f745da0c40b3 (diff) | |
download | coreutils-b024130dc2f372540c7b8a5540cd85e8c70935d8.tar.xz |
.
Diffstat (limited to 'old/textutils')
-rw-r--r-- | old/textutils/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index 877059c05..06f0ac6f0 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. |