summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2007-12-17 12:27:59 +0100
committerMichael Adam <obnox@samba.org>2008-02-19 22:00:15 +0100
commitccfb04d18516e0aca88ea0a96afe119175bddba7 (patch)
treef219d6e720b62bb5226b5a9462a55c1fb997dce8
parent57587e49f5942b81508b40e3c9a67e7536f2271d (diff)
downloadsamba-ccfb04d18516e0aca88ea0a96afe119175bddba7.tar.gz
samba-ccfb04d18516e0aca88ea0a96afe119175bddba7.tar.xz
samba-ccfb04d18516e0aca88ea0a96afe119175bddba7.zip
r26507: Fix function signature for freeifaddrs.
(cherry picked from commit cc873bdd2e86e5b380c3056810ccc5ad98372f7c)
-rw-r--r--source/lib/replace/system/network.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/lib/replace/system/network.h b/source/lib/replace/system/network.h
index fa5ec9a6804..d09e3f71f8d 100644
--- a/source/lib/replace/system/network.h
+++ b/source/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
/*