From a879f2f8152e73a53f27f046c971f398d582aa74 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Timo=20Ter=C3=A4s?= Date: Wed, 29 Apr 2015 09:42:59 +0300 Subject: [PATCH] zebra: fix build with rtadv disabled MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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 --- zebra/rtadv.h | 1 - 1 file changed, 1 deletion(-) 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 */ -- 2.39.5