From: Jim Meyering Date: Mon, 19 Nov 2001 13:32:29 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=75e6fb9815e887585bf3ae3673580541285064f8;p=pspp *** empty log message *** --- diff --git a/lib/ChangeLog b/lib/ChangeLog index 24ed03a9e8..03a7f93b5c 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -16,6 +16,10 @@ 2001-11-17 Jim Meyering + * modechange.c (mode_adjust): Fix error introduced on 1999-04-26 + that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable + rather than group writable. Patch by Juan F. Codagnone. + * readtokens.c: Remove explicit declarations of xmalloc and xrealloc, Instead, include "xalloc.h".