From: Jim Meyering Date: Fri, 23 Sep 2005 23:05:44 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v5.90~102 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8f4700c9e1379cf29c01365b087cac7fdf832450;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/lib/ChangeLog b/lib/ChangeLog index 6d762ca8d0..9591eb3660 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,6 +1,7 @@ 2005-09-24 Jim Meyering - sync from gnulib + Sync from gnulib. + * verify.h (verify_type__): Use `unsigned int' as the bitfield type so we can once again use a positive bitfield width of 1 -- now we don't have to explain why we were using a bitfield width of 2.