diff options
author | Jim Meyering <jim@meyering.net> | 2005-01-04 08:51:23 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2005-01-04 08:51:23 +0000 |
commit | c5503bf7ffe39e23471c7f6af3877799450e23ab (patch) | |
tree | 22654c0797552ee8fb73084c82a60aec877acce5 /lib | |
parent | 4dc772da913c7df19bb424427847b8254d8c0c1d (diff) | |
download | coreutils-c5503bf7ffe39e23471c7f6af3877799450e23ab.tar.xz |
*** empty log message ***
Diffstat (limited to 'lib')
-rw-r--r-- | lib/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog index 468fa4b8b..70092bac7 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,9 @@ +2005-01-04 Bob Proulx <bob@proulx.com> + + * obstack.c [DEFAULT_ALIGNMENT]: Use an intermediate type to simplify + offsetof() macro construct to avoid compile failure with native HP-UX + 11.0 ANSI C compiler. + 2005-01-03 Paul Eggert <eggert@cs.ucla.edu> * utimens.c (futimens): Robustify the previous patch, by checking |