From 22cc3c2a688f104688273dd5f7ae751182953bba Mon Sep 17 00:00:00 2001 From: =?utf8?q?G=C3=BCnther=20Deschner?= Date: Tue, 27 May 2008 11:38:53 +0200 Subject: [PATCH] idl: avoid sa_family as it its a macro on IRIX. Guenther (cherry picked from commit 64815c08558c73bbffeb2fdfc0d5850c4ebf8405) (cherry picked from commit eb1b03171729e569b1ae81fdf8a9038029ceee4e) --- source/librpc/idl/nbt.idl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/librpc/idl/nbt.idl b/source/librpc/idl/nbt.idl index 7e98aa7580e..9f5c4a9a5f7 100644 --- a/source/librpc/idl/nbt.idl +++ b/source/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; -- 2.11.4.GIT