summaryrefslogtreecommitdiff
path: root/source4/lib/replace/system
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2007-12-17 08:20:29 +0100
committerStefan Metzmacher <metze@samba.org>2007-12-21 05:50:51 +0100
commit83655ec0dd58c21cdb99d5e7c8008b4b3087449b (patch)
treefa8bb67f3aab3eb28f62b955c79059e941785284 /source4/lib/replace/system
parentb0360e3a8617c59661d0b0fd805666e6cefcd811 (diff)
downloadsamba-83655ec0dd58c21cdb99d5e7c8008b4b3087449b.tar.gz
samba-83655ec0dd58c21cdb99d5e7c8008b4b3087449b.tar.bz2
samba-83655ec0dd58c21cdb99d5e7c8008b4b3087449b.zip
r26497: Fix return type for freeifaddrs().
(This used to be commit 8c65053f51330bb55a81572264eefbcc56029dc1)
Diffstat (limited to 'source4/lib/replace/system')
-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 c340cca657..853c2a38bb 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
-int rep_freeifaddrs(struct ifaddrs **);
+void rep_freeifaddrs(struct ifaddrs **);
#endif
/*