summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2005-09-23 21:49:59 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2005-09-23 21:49:59 +0000
commitebca458e8efa27c055adc7536935c20b3426ce62 (patch)
tree43cff7871896c1a5f7eb7e14789b24e4a60bfefc /lib
parent45079da973679bc3ac58716a83d15e0f742f1070 (diff)
downloadcoreutils-ebca458e8efa27c055adc7536935c20b3426ce62.tar.xz
Use 2, not 1, for bitfield size in verify.h.
Diffstat (limited to 'lib')
-rw-r--r--lib/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog
index c0cfd2eda..f6f6ddb2b 100644
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -8,6 +8,8 @@
Instead, declare a function that returns a pointer to an array,
and use verify_type__ to declare the size of the array.
Problem and germ of a solution reported by Bruno Haible.
+ (verify_type__): Use 2, not 1, for bitfield size, to avoid
+ a warning with Irix 6.5 cc. Problem reported by Bruno Haible.
2005-09-23 Jim Meyering <jim@meyering.net>