From: Jim Meyering Date: Wed, 8 Jan 2003 17:36:51 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v4.5.5~303 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bc4948193399ed85cac11ea9c2c1e9a2605e4192;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/lib/ChangeLog b/lib/ChangeLog index 3fec0b00d2..02e96588ef 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-06 Jim Meyering * full-write.c: Rework so that it may serve to define full_read, too.