diff options
author | Günther Deschner <gd@samba.org> | 2008-05-27 11:38:53 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-05-27 11:38:53 +0200 |
commit | 329d770b3b9440a2afc6a498b19dc53d9c69eb9a (patch) | |
tree | c504b496930981e00b14b64120a21422d44b074e /source3/librpc/idl | |
parent | 372a6c0360a295223b4ccbd9c2de63e800531231 (diff) | |
download | samba-329d770b3b9440a2afc6a498b19dc53d9c69eb9a.tar.gz samba-329d770b3b9440a2afc6a498b19dc53d9c69eb9a.tar.bz2 samba-329d770b3b9440a2afc6a498b19dc53d9c69eb9a.zip |
idl: avoid sa_family as it its a macro on IRIX.
Guenther
(This used to be commit 64815c08558c73bbffeb2fdfc0d5850c4ebf8405)
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 7e98aa7580..9f5c4a9a5f 100644 --- a/source3/librpc/idl/nbt.idl +++ b/source3/librpc/idl/nbt.idl @@ -412,7 +412,7 @@ interface nbt } nbt_server_type; typedef struct { - uint32 sa_family; + uint32 family; [flag(NDR_BIG_ENDIAN)] ipv4address pdc_ip; [flag(NDR_REMAINING)] DATA_BLOB remaining; } nbt_dc_sock_addr; |