From: Timo Teräs Date: Wed, 29 Apr 2015 06:42:59 +0000 (+0300) Subject: zebra: fix build with rtadv disabled X-Git-Tag: frr-2.0-rc1~574 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=a879f2f8152e73a53f27f046c971f398d582aa74;p=matthieu%2Ffrr.git zebra: fix build with rtadv disabled Otherwise we get warning on rtadv_init() prototype not being defined when compiling rtadv.c (as dummy stub is provided always). Signed-off-by: Timo Teräs Signed-off-by: David Lamparter --- diff --git a/zebra/rtadv.h b/zebra/rtadv.h index 3011505dbc..e4c2c6b36d 100644 --- a/zebra/rtadv.h +++ b/zebra/rtadv.h @@ -111,5 +111,4 @@ extern void rtadv_cmd_init (void); extern void zebra_interface_radv_set (struct zserv *client, int sock, u_short length, struct zebra_vrf *zvrf, int enable); - #endif /* _ZEBRA_RTADV_H */