From d19545a45043044f4a1a14feb6364a95cd0a378b Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Tue, 20 Oct 2009 12:13:15 +1100 Subject: [PATCH] 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. (cherry picked from commit 4f1a1bf8a4afe82e35d9a4d545255d63201f269a) --- source4/librpc/idl/winsif.idl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source4/librpc/idl/winsif.idl b/source4/librpc/idl/winsif.idl index 380f3cb8174..a9bf5549e87 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( -- 2.11.4.GIT