summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2005-09-23 23:05:44 +0000
committerJim Meyering <jim@meyering.net>2005-09-23 23:05:44 +0000
commit8f4700c9e1379cf29c01365b087cac7fdf832450 (patch)
treed9c88c8b624326ed991d195cae982461fcb15f6b /lib
parent8dbb507ee83c41e6ee6d39e009da371d6fa6779d (diff)
downloadcoreutils-8f4700c9e1379cf29c01365b087cac7fdf832450.tar.xz
*** empty log message ***
Diffstat (limited to 'lib')
-rw-r--r--lib/ChangeLog3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog
index 6d762ca8d..9591eb366 100644
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -1,6 +1,7 @@
2005-09-24 Jim Meyering <jim@meyering.net>
- 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.