From 329d770b3b9440a2afc6a498b19dc53d9c69eb9a Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Tue, 27 May 2008 11:38:53 +0200 Subject: idl: avoid sa_family as it its a macro on IRIX. Guenther (This used to be commit 64815c08558c73bbffeb2fdfc0d5850c4ebf8405) --- source3/librpc/idl/nbt.idl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/librpc/idl/nbt.idl') 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; -- cgit