From: Jim Meyering Date: Tue, 26 Feb 2002 14:53:28 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=443b16b2043248e0a3e527c6674a8202df1a7eca;p=pspp *** empty log message *** --- diff --git a/lib/ChangeLog b/lib/ChangeLog index 2abc92b575..f97a41653c 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,13 @@ +2002-02-25 Paul Eggert + + * Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c. + +2002-02-24 Jim Meyering + + * strnlen.c: Define-away/undef strnlen so that an inconsistent prototype + in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't cause trouble. + Reported by Nelson Beebe. + 2002-02-23 Paul Eggert * path-concat.c (xpath_concat): Reorder code to pacify