]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Fri, 23 Sep 2005 23:05:16 +0000 (23:05 +0000)
committerJim Meyering <jim@meyering.net>
Fri, 23 Sep 2005 23:05:16 +0000 (23:05 +0000)
lib/ChangeLog

index f6f6ddb2b55c184fac12b71153425abf30fe883a..6d762ca8d03b8783bc1f71126668ce7772b4f918 100644 (file)
@@ -1,3 +1,10 @@
+2005-09-24  Jim Meyering  <jim@meyering.net>
+
+       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.
+
 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
 
        * utimens.c (futimens): Use futimesat if available.