r26507: Fix function signature for freeifaddrs.
authorJelmer Vernooij <jelmer@samba.org>
Mon, 17 Dec 2007 11:27:59 +0000 (12:27 +0100)
committerMichael Adam <obnox@samba.org>
Tue, 19 Feb 2008 21:00:15 +0000 (22:00 +0100)
(cherry picked from commit cc873bdd2e86e5b380c3056810ccc5ad98372f7c)
(This used to be commit ccfb04d18516e0aca88ea0a96afe119175bddba7)

source3/lib/replace/system/network.h

index fa5ec9a68043a61689fc4458aa8f3c1c0bff1306..d09e3f71f8d5b3511484edbb3fbbcde546cb0133 100644 (file)
@@ -120,7 +120,7 @@ int rep_getifaddrs(struct ifaddrs **);
 #endif
 
 #ifndef HAVE_FREEIFADDRS
-void rep_freeifaddrs(struct ifaddrs **);
+void rep_freeifaddrs(struct ifaddrs *);
 #endif
 
 /*