r26507: Fix function signature for freeifaddrs.
authorJelmer Vernooij <jelmer@samba.org>
Mon, 17 Dec 2007 11:27:59 +0000 (12:27 +0100)
committerStefan Metzmacher <metze@samba.org>
Fri, 21 Dec 2007 04:51:13 +0000 (05:51 +0100)
(This used to be commit cc873bdd2e86e5b380c3056810ccc5ad98372f7c)

source4/lib/replace/system/network.h

index 853c2a38bbad69fcfb7f5e84c7904e087e3459ce..f72b233712a26fd65b4a381872d9f8cbd0890f7a 100644 (file)
@@ -116,7 +116,7 @@ int rep_getifaddrs(struct ifaddrs **);
 #endif
 
 #ifndef HAVE_FREEIFADDRS
-void rep_freeifaddrs(struct ifaddrs **);
+void rep_freeifaddrs(struct ifaddrs *);
 #endif
 
 /*