summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorMatthieu Patou <mat@matws.net>2010-12-12 21:14:28 +0300
committerMatthieu Patou <mat@samba.org>2010-12-12 20:05:23 +0100
commit93ea5cb6f0f711db27a30ca9182a1dbab29b7a69 (patch)
tree5508b9da97a4ed9591ccf59ca2fae9de65bc8cac /lib
parent05706e1801d2e86810157e667e0c480546496752 (diff)
downloadsamba-93ea5cb6f0f711db27a30ca9182a1dbab29b7a69.tar.gz
samba-93ea5cb6f0f711db27a30ca9182a1dbab29b7a69.tar.bz2
samba-93ea5cb6f0f711db27a30ca9182a1dbab29b7a69.zip
change searched name from _ss_family to __ss_family
Autobuild-User: Matthieu Patou <mat@samba.org> Autobuild-Date: Sun Dec 12 20:05:23 CET 2010 on sn-devel-104
Diffstat (limited to 'lib')
-rw-r--r--lib/replace/wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/replace/wscript b/lib/replace/wscript
index 7b309408b3..c6c4fe1fdf 100644
--- a/lib/replace/wscript
+++ b/lib/replace/wscript
@@ -308,7 +308,7 @@ def configure(conf):
headers='sys/stat.h')
conf.CHECK_STRUCTURE_MEMBER('struct sockaddr_storage', 'ss_family',
headers='sys/socket.h netinet/in.h')
- conf.CHECK_STRUCTURE_MEMBER('struct sockaddr_storage', '_ss_family',
+ conf.CHECK_STRUCTURE_MEMBER('struct sockaddr_storage', '__ss_family',
headers='sys/socket.h netinet/in.h')