diff options
author | paul <paul> | 2005-11-20 02:15:50 +0000 |
---|---|---|
committer | paul <paul> | 2005-11-20 02:15:50 +0000 |
commit | 77b1cffe3b71c886152534b8507f00c7fcbd12c9 (patch) | |
tree | c5eb056d6254172e741b65586d71e2e6c54fc094 /isisd/ChangeLog | |
parent | 4859e20c40070ea362627529c52f35de105acc44 (diff) |
[isisd] remove includes of common system headers.
2005-11-20 Paul Jakma <paul.jakma@sun.com>
* (general) remove includes of very common system headers,
these are already picked up by zebra.h. Further, including
them before zebra.h messes up all our lovely (sarcasm)
autoconf'd detecting of platform specific things. Recent
addition of stdint.h to configure.ac and zebra.h appears
particularly to throw up this problem.
Diffstat (limited to 'isisd/ChangeLog')
-rw-r--r-- | isisd/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/isisd/ChangeLog b/isisd/ChangeLog index 81b810a8..fa2a13ae 100644 --- a/isisd/ChangeLog +++ b/isisd/ChangeLog @@ -1,3 +1,12 @@ +2005-11-20 Paul Jakma <paul.jakma@sun.com> + + * (general) remove includes of very common system headers, + these are already picked up by zebra.h. Further, including + them before zebra.h messes up all our lovely (sarcasm) + autoconf'd detecting of platform specific things. Recent + addition of stdint.h to configure.ac and zebra.h appears + particularly to throw up this problem. + 2005-10-01 Hasso Tepper <hasso at quagga.net> * isis_adjacency.c: Stop expire timer while deleting adjacency. |