idl: avoid sa_family as it its a macro on IRIX.
authorGünther Deschner <gd@samba.org>
Tue, 27 May 2008 09:38:53 +0000 (11:38 +0200)
committerGünther Deschner <gd@samba.org>
Tue, 27 May 2008 09:38:53 +0000 (11:38 +0200)
Guenther
(This used to be commit 64815c08558c73bbffeb2fdfc0d5850c4ebf8405)

source3/librpc/idl/nbt.idl

index 7e98aa7580e60a5eccb8b2b8222cb3911965155c..9f5c4a9a5f70af6e9af1ab8ac5d65442a37b55d1 100644 (file)
@@ -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;