s4-idl: don't call a variable 'stat'
authorAndrew Tridgell <tridge@samba.org>
Tue, 20 Oct 2009 01:13:15 +0000 (12:13 +1100)
committerAndrew Tridgell <tridge@samba.org>
Tue, 20 Oct 2009 01:13:15 +0000 (12:13 +1100)
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

index 380f3cb8174ddbb6eae6785b68f21730e606153d..a9bf5549e87f9722c5d801e8234cdeba8561a834 100644 (file)
@@ -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(