mirror of
https://github.com/samba-team/samba.git
synced 2024-12-28 07:21:54 +03:00
r26507: Fix function signature for freeifaddrs.
(cherry picked from commit cc873bdd2e
)
This commit is contained in:
parent
57587e49f5
commit
ccfb04d185
@ -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…
Reference in New Issue
Block a user