diff options
author | Volker Lendecke <vl@samba.org> | 2008-10-02 03:37:52 +0200 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2008-10-02 03:45:37 +0200 |
commit | 8641b54a736c5c924bf38cf4574d1f8e34d2d0cd (patch) | |
tree | 0acc440d457ba9601734c8fb3088f2a8544d85c9 /source3/librpc/idl | |
parent | 9097a67def72ea41e85a4acb5d7cbcc46adaaa84 (diff) | |
download | samba-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/idl')
-rw-r--r-- | source3/librpc/idl/nbt.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/librpc/idl/nbt.idl b/source3/librpc/idl/nbt.idl index 82571d96e6..f3590fcf2b 100644 --- a/source3/librpc/idl/nbt.idl +++ b/source3/librpc/idl/nbt.idl @@ -339,7 +339,7 @@ interface nbt */ typedef [public,gensize] struct { - uint32 sa_family; + uint32 sockaddr_family; [flag(NDR_BIG_ENDIAN)] ipv4address pdc_ip; [flag(NDR_REMAINING)] DATA_BLOB remaining; } nbt_sockaddr; |