diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2007-12-17 12:27:59 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2008-02-19 22:00:15 +0100 |
commit | f75d7a69927960ddcc81a31084b1cc11d96838ff (patch) | |
tree | 65476a8e688ef4af3de3a33c83fd29f02e83b1c8 /source3/lib/replace | |
parent | f822f4150b2b04619d68686ffdb72e82310a7175 (diff) | |
download | samba-f75d7a69927960ddcc81a31084b1cc11d96838ff.tar.gz samba-f75d7a69927960ddcc81a31084b1cc11d96838ff.tar.bz2 samba-f75d7a69927960ddcc81a31084b1cc11d96838ff.zip |
r26507: Fix function signature for freeifaddrs.
(cherry picked from commit cc873bdd2e86e5b380c3056810ccc5ad98372f7c)
(This used to be commit ccfb04d18516e0aca88ea0a96afe119175bddba7)
Diffstat (limited to 'source3/lib/replace')
-rw-r--r-- | source3/lib/replace/system/network.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/lib/replace/system/network.h b/source3/lib/replace/system/network.h index fa5ec9a680..d09e3f71f8 100644 --- a/source3/lib/replace/system/network.h +++ b/source3/lib/replace/system/network.h @@ -120,7 +120,7 @@ int rep_getifaddrs(struct ifaddrs **); #endif #ifndef HAVE_FREEIFADDRS -void rep_freeifaddrs(struct ifaddrs **); +void rep_freeifaddrs(struct ifaddrs *); #endif /* |