summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2007-12-17 12:27:59 +0100
committerStefan Metzmacher <metze@samba.org>2007-12-21 05:51:13 +0100
commit89f34bb2133a125b1ddffbda30703bf7c551fb55 (patch)
treeb3df35c101fd7da0f3d0cf5501682a16fa7699e0 /source4
parent323c174be37214d561a5d525a7c3eef47ac700e8 (diff)
downloadsamba-89f34bb2133a125b1ddffbda30703bf7c551fb55.tar.gz
samba-89f34bb2133a125b1ddffbda30703bf7c551fb55.tar.bz2
samba-89f34bb2133a125b1ddffbda30703bf7c551fb55.zip
r26507: Fix function signature for freeifaddrs.
(This used to be commit cc873bdd2e86e5b380c3056810ccc5ad98372f7c)
Diffstat (limited to 'source4')
-rw-r--r--source4/lib/replace/system/network.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/replace/system/network.h b/source4/lib/replace/system/network.h
index 853c2a38bb..f72b233712 100644
--- a/source4/lib/replace/system/network.h
+++ b/source4/lib/replace/system/network.h
@@ -116,7 +116,7 @@ int rep_getifaddrs(struct ifaddrs **);
#endif
#ifndef HAVE_FREEIFADDRS
-void rep_freeifaddrs(struct ifaddrs **);
+void rep_freeifaddrs(struct ifaddrs *);
#endif
/*