diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2006-07-04 04:50:34 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2006-07-04 04:50:34 +0000 |
commit | 948ca71450553b6bc245895d9ce83d1c615d77f5 (patch) | |
tree | 4f4a63b68834a92b7afe3bb40d004a54a829cbbe /lib/ChangeLog | |
parent | a9cf203e2d4a0f94cb2ade11dfbdb903fac70d91 (diff) | |
download | coreutils-948ca71450553b6bc245895d9ce83d1c615d77f5.tar.xz |
Include <sys/types.h> after @FULL_PATH_STDINT_H@, for
MacOS X 10.4.6. Don't mention <sys/int_types.h>.
Diffstat (limited to 'lib/ChangeLog')
-rw-r--r-- | lib/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog index ab12de5f3..6256a606c 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,10 @@ +2006-07-03 Paul Eggert <eggert@cs.ucla.edu> + + * stdint_.h: Include <sys/types.h> after @FULL_PATH_STDINT_H@, for + MacOS X 10.4.6. Don't mention <sys/int_types.h>. Problems + reported by Mark D. Baushke, one in + <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00015.html>. + 2006-07-03 Jim Meyering <jim@meyering.net> * cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Abort if this |