From 6621ca868c935a82468e07ea2e5a165f40750658 Mon Sep 17 00:00:00 2001 From: paul Date: Wed, 23 Nov 2005 13:02:08 +0000 Subject: [zebra] fix some small compile errors, mark several functions static 2005-11-23 Paul Jakma * (general) fix some small compile errors, and mark several functions as static. * kernel_socket.c: (ifan_read) should be static. fix missing brackets. (ifm_read,ifam_read,rtm_read_mesg,kernel_read) Make static (ifam_read_mesg) make static. fix incorrect variable name. (rtm_read) make static. Fix call to rib_delete_ipv4 which should be rib_delete_ipv6. (routing_socket,kernel_init) should be static. Void argument should be specified as such, not left incomplete. * rt_netlink.c: rt.h should be included, contains prototypes of exported functions. (kernel_delete_ipv6_old) fix sign of index argument. * rt_socket.c: Exact same as previous. Also, make various functions static. * rtread_getmsg.c: Include zserv.h, which prototypes route_read. Make static. * rtread_sysctl.c: zserv.h and rt.h should be included. fix definition of route_read. --- zebra/ChangeLog | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (limited to 'zebra/ChangeLog') diff --git a/zebra/ChangeLog b/zebra/ChangeLog index 16f83ae7..734dd84b 100644 --- a/zebra/ChangeLog +++ b/zebra/ChangeLog @@ -1,3 +1,25 @@ +2005-11-23 Paul Jakma + + * (general) fix some small compile errors, and mark several + functions as static. + * kernel_socket.c: (ifan_read) should be static. + fix missing brackets. + (ifm_read,ifam_read,rtm_read_mesg,kernel_read) Make static + (ifam_read_mesg) make static. fix incorrect variable name. + (rtm_read) make static. Fix call to rib_delete_ipv4 which + should be rib_delete_ipv6. + (routing_socket,kernel_init) should be static. Void argument + should be specified as such, not left incomplete. + * rt_netlink.c: rt.h should be included, contains prototypes of + exported functions. + (kernel_delete_ipv6_old) fix sign of index argument. + * rt_socket.c: Exact same as previous. Also, make various + functions static. + * rtread_getmsg.c: Include zserv.h, which prototypes + route_read. Make static. + * rtread_sysctl.c: zserv.h and rt.h should be included. + fix definition of route_read. + 2005-11-14 Paul Jakma * zebra_rib.c: (rib_process) convert to new workqueue specs and -- cgit v1.2.1