diff options
author | paul <paul> | 2005-11-24 15:15:17 +0000 |
---|---|---|
committer | paul <paul> | 2005-11-24 15:15:17 +0000 |
commit | ec1a428343cad343969d569c56acbe6b02ab8f4f (patch) | |
tree | ed693dcea011eccbef34113da3e340ec1290e7b3 /zebra/ChangeLog | |
parent | b6026073584b855d47a8e2033d2aa3413a3394e9 (diff) |
[zebra] Fix mistake in previous commit and further compile warnings/errors.
2005-11-24 Paul Jakma <paul.jakma@sun.com>
* kernel_socket.h: New header for functions exported to sysctl
methods.
* kernel_socket.c: include previous.
Remove static qualifier from couple of functions which are
used by sysctl methods, incorrectly added in previous commit.
Add a workaround for a bogus gcc warning to the RTA_ macros.
* Makefile.am: Add kernel_socket.h to noinst_HEADERS
* if_sysctl.c: include rt.h and kernel_socket.h and remove
redundant prototypes.
* rtread_sysctl.c: ditto.
(route_read) fix mismatch of return values.
* {rt,zserv,rib}.h: Include lib headers depended on.
Diffstat (limited to 'zebra/ChangeLog')
-rw-r--r-- | zebra/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/zebra/ChangeLog b/zebra/ChangeLog index 734dd84b..4764012c 100644 --- a/zebra/ChangeLog +++ b/zebra/ChangeLog @@ -1,3 +1,18 @@ +2005-11-24 Paul Jakma <paul.jakma@sun.com> + + * kernel_socket.h: New header for functions exported to sysctl + methods. + * kernel_socket.c: include previous. + Remove static qualifier from couple of functions which are + used by sysctl methods. + Add a workaround for a bogus gcc warning to the RTA_ macros. + * Makefile.am: Add kernel_socket.h to noinst_HEADERS + * if_sysctl.c: include rt.h and kernel_socket.h and remove + redundant prototypes. + * rtread_sysctl.c: ditto. + (route_read) fix mismatch of return values. + * {rt,zserv,rib}.h: Include lib headers depended on. + 2005-11-23 Paul Jakma <paul.jakma@sun.com> * (general) fix some small compile errors, and mark several |