diff options
author | Chris Hall <GMCH@hestia.halldom.com> | 2010-04-16 22:28:41 +0100 |
---|---|---|
committer | Chris Hall <GMCH@hestia.halldom.com> | 2010-04-16 22:28:41 +0100 |
commit | 075b751cfe1ae87c416eceb68e01b5f8b9a9e92b (patch) | |
tree | 1d6089008cab2d37422e5859c5e8c04faf1ba23e /zebra/ioctl.c | |
parent | 62ecf51e3c652c65c84bb94d794f2533cee1fb9c (diff) | |
download | quagga-075b751cfe1ae87c416eceb68e01b5f8b9a9e92b.tar.bz2 quagga-075b751cfe1ae87c416eceb68e01b5f8b9a9e92b.tar.xz |
Further reduction of warnings under gcc 4.2.1
Diffstat (limited to 'zebra/ioctl.c')
-rw-r--r-- | zebra/ioctl.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |