summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2005-09-23 23:05:16 +0000
committerJim Meyering <jim@meyering.net>2005-09-23 23:05:16 +0000
commit6d8b96f6538326ba1e47a1b286988c1dcfa39d59 (patch)
treed7341bcda6103d19ac4d1f8a84e80b24d89f21d7 /lib
parentb610709f70501ff3fa8facb8dffc3e84bd9dd598 (diff)
downloadcoreutils-6d8b96f6538326ba1e47a1b286988c1dcfa39d59.tar.xz
*** empty log message ***
Diffstat (limited to 'lib')
-rw-r--r--lib/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog
index f6f6ddb2b..6d762ca8d 100644
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -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.