From 68297cc9dc2eb920dd6e956d0d55098ea9edaafc Mon Sep 17 00:00:00 2001 From: Chris Hall Date: Sat, 17 Apr 2010 10:54:47 +0100 Subject: Put back some Quagga additions to getopt.c etc. Also, backed out a small change in zebra/misc_null.c, which removed a warning, but on reflection may be using deep magic which is not fully understood (by me, anyway). zebra appears to have a number of definitions for the same function, and how that is all linked is not obvious (to me, anyway). --- zebra/misc_null.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'zebra/misc_null.c') diff --git a/zebra/misc_null.c b/zebra/misc_null.c index d1d17f71..f0269ec2 100644 --- a/zebra/misc_null.c +++ b/zebra/misc_null.c @@ -5,8 +5,7 @@ #include "zebra/irdp.h" #include "zebra/interface.h" -extern void ifstat_update_proc (void) ; -extern void ifstat_update_proc (void) { return; } ; +void ifstat_update_proc (void) { return; } ; #pragma weak rtadv_config_write = ifstat_update_proc #pragma weak irdp_config_write = ifstat_update_proc -- cgit v1.2.3