summaryrefslogtreecommitdiff
path: root/source3/lib/replace/system
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2007-12-17 08:20:29 +0100
committerMichael Adam <obnox@samba.org>2008-02-19 21:59:51 +0100
commitf822f4150b2b04619d68686ffdb72e82310a7175 (patch)
tree5bbd197f3016e5b4be8cb9b05b97bbd1413b525b /source3/lib/replace/system
parent1caa9cbd9dd1449c00fa431e129e1d070f4aac80 (diff)
downloadsamba-f822f4150b2b04619d68686ffdb72e82310a7175.tar.gz
samba-f822f4150b2b04619d68686ffdb72e82310a7175.tar.bz2
samba-f822f4150b2b04619d68686ffdb72e82310a7175.zip
r26497: Fix return type for freeifaddrs().
(cherry picked from commit 8c65053f51330bb55a81572264eefbcc56029dc1) (This used to be commit 57587e49f5942b81508b40e3c9a67e7536f2271d)
Diffstat (limited to 'source3/lib/replace/system')
-rw-r--r--source3/lib/replace/system/network.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/lib/replace/system/network.h b/source3/lib/replace/system/network.h
index e03c991b3c..fa5ec9a680 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
-int rep_freeifaddrs(struct ifaddrs **);
+void rep_freeifaddrs(struct ifaddrs **);
#endif
/*