summaryrefslogtreecommitdiff
path: root/source3/librpc/gen_ndr/nbt.h
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2008-10-02 03:37:52 +0200
committerVolker Lendecke <vl@samba.org>2008-10-02 03:45:37 +0200
commit8641b54a736c5c924bf38cf4574d1f8e34d2d0cd (patch)
tree0acc440d457ba9601734c8fb3088f2a8544d85c9 /source3/librpc/gen_ndr/nbt.h
parent9097a67def72ea41e85a4acb5d7cbcc46adaaa84 (diff)
downloadsamba-8641b54a736c5c924bf38cf4574d1f8e34d2d0cd.tar.gz
samba-8641b54a736c5c924bf38cf4574d1f8e34d2d0cd.tar.bz2
samba-8641b54a736c5c924bf38cf4574d1f8e34d2d0cd.zip
Attempt to fix the build on IRIX
Under irix, "sa_family" is a #define to sa_union.sa_generic.sa_family2
Diffstat (limited to 'source3/librpc/gen_ndr/nbt.h')
-rw-r--r--source3/librpc/gen_ndr/nbt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/librpc/gen_ndr/nbt.h b/source3/librpc/gen_ndr/nbt.h
index 264b00b84f..4b872d7936 100644
--- a/source3/librpc/gen_ndr/nbt.h
+++ b/source3/librpc/gen_ndr/nbt.h
@@ -391,7 +391,7 @@ struct nbt_dgram_packet {
}/* [public,flag(LIBNDR_FLAG_NOALIGN|LIBNDR_FLAG_BIGENDIAN|LIBNDR_PRINT_ARRAY_HEX)] */;
struct nbt_sockaddr {
- uint32_t sa_family;
+ uint32_t sockaddr_family;
const char * pdc_ip;/* [flag(LIBNDR_FLAG_BIGENDIAN)] */
DATA_BLOB remaining;/* [flag(LIBNDR_FLAG_REMAINING)] */
}/* [gensize,public] */;