mirror of
https://github.com/stargieg/bacnet-stack
synced 2025-10-26 23:35:52 +08:00
revert 2783bf85b4 fix compiler warning make get_local_address_ioctl static
This commit is contained in:
parent
c3eff7726d
commit
233ff85d6e
|
|
@ -77,8 +77,7 @@ static int get_local_ifr_ioctl(
|
||||||
|
|
||||||
return rv;
|
return rv;
|
||||||
}
|
}
|
||||||
|
int get_local_address_ioctl(
|
||||||
static int get_local_address_ioctl(
|
|
||||||
char *ifname,
|
char *ifname,
|
||||||
struct in_addr *addr,
|
struct in_addr *addr,
|
||||||
int request)
|
int request)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user