summaryrefslogtreecommitdiff
path: root/source3/lib/replace
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2008-01-15 16:34:06 +0100
committerStefan Metzmacher <metze@samba.org>2008-01-18 17:02:13 +0100
commitdb449a4c5f807b11ec723b11a2db32d09162e163 (patch)
treeb11d6335961d1e72de31148dd50239e0df5af7d7 /source3/lib/replace
parenta0e04a94170ffb54e8a809ed869a08af898fb723 (diff)
downloadsamba-db449a4c5f807b11ec723b11a2db32d09162e163.tar.gz
samba-db449a4c5f807b11ec723b11a2db32d09162e163.tar.bz2
samba-db449a4c5f807b11ec723b11a2db32d09162e163.zip
Revert "Host SerNet-AIX has __ss_family instead of ss_family in sockaddr_storage"
This reverts commit e33286f4a68352e55df081d06307f64f190773b3. 393bab185e0e9f02aac5740becc2aba2762133c8 is the v4-0-test fix for the same problem. metze (This used to be commit b8a57a24c390355c4950ca499c1d96aff80abad7)
Diffstat (limited to 'source3/lib/replace')
-rw-r--r--source3/lib/replace/system/network.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/source3/lib/replace/system/network.h b/source3/lib/replace/system/network.h
index 2f387de5cf..fe6e46817f 100644
--- a/source3/lib/replace/system/network.h
+++ b/source3/lib/replace/system/network.h
@@ -242,10 +242,6 @@ typedef unsigned short int sa_family_t;
#endif
#endif
-#ifdef HAVE_AIX_SOCKADDR_STORAGE
-#define ss_family __ss_family
-#endif
-
#ifndef HAVE_STRUCT_ADDRINFO
#define HAVE_STRUCT_ADDRINFO
struct addrinfo {