From 08a0096ab6e81d4a1abac636c1762d3f5d0dfc8a Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Tue, 20 Oct 2009 12:13:15 +1100 Subject: s4-idl: don't call a variable 'stat' never call a structure member by the name of a standard C lib call. It breaks the build on some systems. --- source4/librpc/idl/winsif.idl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source4/librpc') diff --git a/source4/librpc/idl/winsif.idl b/source4/librpc/idl/winsif.idl index 380f3cb817..a9bf5549e8 100644 --- a/source4/librpc/idl/winsif.idl +++ b/source4/librpc/idl/winsif.idl @@ -129,7 +129,7 @@ import "nbt.idl"; uint32 verify_interval; winsif_PriorityClass prioritiy_class; uint32 num_worker_threads; - winsif_Stat stat; + winsif_Stat wstat; } winsif_Results; typedef enum { @@ -307,7 +307,7 @@ import "nbt.idl"; uint32 verify_interval; winsif_PriorityClass prioritiy_class; uint32 num_worker_threads; - winsif_Stat stat; + winsif_Stat wstat; } winsif_ResultsNew; WERROR winsif_WinsStatusNew( -- cgit