mirror of
https://github.com/samba-team/samba.git
synced 2025-02-03 13:47:25 +03:00
r26507: Fix function signature for freeifaddrs.
(cherry picked from commit cc873bdd2e86e5b380c3056810ccc5ad98372f7c) (This used to be commit ccfb04d18516e0aca88ea0a96afe119175bddba7)
This commit is contained in:
parent
f822f4150b
commit
f75d7a6992
@ -120,7 +120,7 @@ int rep_getifaddrs(struct ifaddrs **);
|
||||
#endif
|
||||
|
||||
#ifndef HAVE_FREEIFADDRS
|
||||
void rep_freeifaddrs(struct ifaddrs **);
|
||||
void rep_freeifaddrs(struct ifaddrs *);
|
||||
#endif
|
||||
|
||||
/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user