svn commit: samba r5299 - in branches/SAMBA_4_0/source/lib: .

tridge at samba.org tridge at samba.org
Thu Feb 10 05:15:38 GMT 2005


Author: tridge
Date: 2005-02-10 05:15:37 +0000 (Thu, 10 Feb 2005)
New Revision: 5299

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=5299

Log:
fixed an include ordering problem



Modified:
   branches/SAMBA_4_0/source/lib/unix_privs.c


Changeset:
Modified: branches/SAMBA_4_0/source/lib/unix_privs.c
===================================================================
--- branches/SAMBA_4_0/source/lib/unix_privs.c	2005-02-10 05:09:35 UTC (rev 5298)
+++ branches/SAMBA_4_0/source/lib/unix_privs.c	2005-02-10 05:15:37 UTC (rev 5299)
@@ -21,8 +21,8 @@
 */
 
 #include "includes.h"
+#include "system/filesys.h"
 #include "system/passwd.h"
-#include "system/filesys.h"
 
 /*
   there are times when smbd needs to temporarily gain root privileges



More information about the samba-cvs mailing list