diff options
author | Paul Jakma <paul.jakma@sun.com> | 2006-05-28 08:08:24 +0000 |
---|---|---|
committer | Paul Jakma <paul.jakma@sun.com> | 2006-05-28 08:08:24 +0000 |
commit | 35cfc90cce32b19c71d2f40aab06d36eb6bfdc44 (patch) | |
tree | 91b9e00379fb444b98f62f04632809996d2a8186 /lib/ChangeLog | |
parent | 105b8239f1d98156c82900d636391f94b787e541 (diff) |
[lib] include inttypes.h rather than stdint.h, provide defines where missing
2006-05-28 Paul Jakma <paul.jakma@sun.com>
* zebra.h: Include inttypes.h rather than stdint.h, best practice
according to the autoconf manual.
Add UINT*_MAX defines for older platforms lacking these (FBSD 4)
Diffstat (limited to 'lib/ChangeLog')
-rw-r--r-- | lib/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog index db3c546c..b857b135 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,9 @@ +2006-05-28 Paul Jakma <paul.jakma@sun.com> + + * zebra.h: Include inttypes.h rather than stdint.h, best practice + according to the autoconf manual. + Add UINT*_MAX defines for older platforms lacking these (FBSD 4) + 2006-05-21 Andrew J. Schorr <ajschorr@alumni.princeton.edu> * if.h: (struct connected) Document the meaning of the |