diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2005-09-23 21:49:59 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2005-09-23 21:49:59 +0000 |
commit | ebca458e8efa27c055adc7536935c20b3426ce62 (patch) | |
tree | 43cff7871896c1a5f7eb7e14789b24e4a60bfefc /lib/ChangeLog | |
parent | 45079da973679bc3ac58716a83d15e0f742f1070 (diff) | |
download | coreutils-ebca458e8efa27c055adc7536935c20b3426ce62.tar.xz |
Use 2, not 1, for bitfield size in verify.h.
Diffstat (limited to 'lib/ChangeLog')
-rw-r--r-- | lib/ChangeLog | 2 |
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> |