From: Jim Meyering Date: Sun, 21 Jul 1996 22:48:46 +0000 (+0000) Subject: . X-Git-Tag: TEXTUTILS-1_19b~115 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1089f9b9293fa3663d3c843f6632eae4f1ab55ab;p=thirdparty%2Fcoreutils.git . --- diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 40a8e4e57c..6900dc7d7b 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,5 +1,9 @@ Sun Jul 21 11:58:48 1996 Jim Meyering + * lib/yesno.c (yesno) [!HAVE_RPMATCH]: Remove function since we'll + always use the rpmatch-based version. + Declare rpmatch. + * lib/rpmatch.c [STDC_HEADERS]: Guard inclusion of stdlib.h. (_) [!_]: Define it. (try): Add RESPONSE parameter.