summaryrefslogtreecommitdiff
path: root/source3/lib/replace
diff options
context:
space:
mode:
authorGerald W. Carter <jerry@samba.org>2008-02-28 11:58:05 -0600
committerGerald W. Carter <jerry@samba.org>2008-02-28 11:58:05 -0600
commit8f58ae97f0c46dc66f680d7b6ed93ee2aa6bc629 (patch)
treed263b38b42a7a1876d4556954064e3808cf6cc55 /source3/lib/replace
parent77a25318105d90ae34a05c8a1e71df84343bb28e (diff)
downloadsamba-8f58ae97f0c46dc66f680d7b6ed93ee2aa6bc629.tar.gz
samba-8f58ae97f0c46dc66f680d7b6ed93ee2aa6bc629.tar.bz2
samba-8f58ae97f0c46dc66f680d7b6ed93ee2aa6bc629.zip
Fix macro name (no 's' in ifr_addr).
Interface detection on Solaris still failing due to items pointed out here: http://lists.samba.org/archive/samba-technical/2007-November/056701.html (This used to be commit 37c87acc9d48c1fb5d4806374ca8e992300db1ff)
Diffstat (limited to 'source3/lib/replace')
-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 410c6d7cca..796df2d1da 100644
--- a/source3/lib/replace/system/network.h
+++ b/source3/lib/replace/system/network.h
@@ -305,7 +305,7 @@ struct addrinfo {
/* Needed for some systems that don't define it (Solaris). */
#ifndef ifr_netmask
-#define ifr_netmask ifr_addrs
+#define ifr_netmask ifr_addr
#endif
#ifdef SOCKET_WRAPPER