From 075b751cfe1ae87c416eceb68e01b5f8b9a9e92b Mon Sep 17 00:00:00 2001 From: Chris Hall Date: Fri, 16 Apr 2010 22:28:41 +0100 Subject: Further reduction of warnings under gcc 4.2.1 --- zebra/ioctl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'zebra/ioctl.c') diff --git a/zebra/ioctl.c b/zebra/ioctl.c index 7c51e91b..97a26b86 100644 --- a/zebra/ioctl.c +++ b/zebra/ioctl.c @@ -80,7 +80,7 @@ if_ioctl (u_long request, caddr_t buffer) } #ifdef HAVE_IPV6 -static int +int if_ioctl_ipv6 (u_long request, caddr_t buffer) { int sock; -- cgit v1.2.3