From: Jim Meyering Date: Wed, 8 Jan 2003 15:41:44 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=609f9cb77296a39e8776d420091a66f2ea5acb72;p=pspp *** empty log message *** --- diff --git a/lib/ChangeLog b/lib/ChangeLog index b9449c01bb..3bb54b26aa 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,8 @@ +2003-01-08 Jim Meyering + + * full-write.c: Undefine and define-away `const' after inclusion + of errno.h, not before. Suggestion from Bruno Haible. + 2003-01-07 Jim Meyering * full-write.c: Rework so that it may serve to define full_read, too.