From 233ff85d6ed66c1a4f835d6034e26c0d2217c250 Mon Sep 17 00:00:00 2001 From: Patrick Grimm Date: Wed, 5 Apr 2017 21:48:06 +0200 Subject: [PATCH] revert 2783bf85b443305b00453262f28cc9528b9ce6a1 fix compiler warning make get_local_address_ioctl static --- ports/linux/bip-init.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ports/linux/bip-init.c b/ports/linux/bip-init.c index 1d128d1..061c869 100644 --- a/ports/linux/bip-init.c +++ b/ports/linux/bip-init.c @@ -77,8 +77,7 @@ static int get_local_ifr_ioctl( return rv; } - -static int get_local_address_ioctl( +int get_local_address_ioctl( char *ifname, struct in_addr *addr, int request)