svn commit: samba r6588 - in branches/SAMBA_3_0/source/lib: .

herb at samba.org herb at samba.org
Mon May 2 21:30:57 GMT 2005


Author: herb
Date: 2005-05-02 21:30:57 +0000 (Mon, 02 May 2005)
New Revision: 6588

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

Log:
just include includes.h to get prototypes here.

Modified:
   branches/SAMBA_3_0/source/lib/dummyroot.c
   branches/SAMBA_3_0/source/lib/dummysmbd.c


Changeset:
Modified: branches/SAMBA_3_0/source/lib/dummyroot.c
===================================================================
--- branches/SAMBA_3_0/source/lib/dummyroot.c	2005-05-02 17:53:09 UTC (rev 6587)
+++ branches/SAMBA_3_0/source/lib/dummyroot.c	2005-05-02 21:30:57 UTC (rev 6588)
@@ -22,8 +22,7 @@
 /* Stupid dummy functions required due to the horrible dependency mess
    in Samba. */
 
-void become_root(void);
-void unbecome_root(void);
+#include "includes.h"
 
 void become_root(void)
 {

Modified: branches/SAMBA_3_0/source/lib/dummysmbd.c
===================================================================
--- branches/SAMBA_3_0/source/lib/dummysmbd.c	2005-05-02 17:53:09 UTC (rev 6587)
+++ branches/SAMBA_3_0/source/lib/dummysmbd.c	2005-05-02 21:30:57 UTC (rev 6588)
@@ -22,7 +22,7 @@
 /* Stupid dummy functions required due to the horrible dependency mess
    in Samba. */
 
-void decrement_smbd_process_count( void );
+#include "includes.h"
 
 void decrement_smbd_process_count( void )
 {



More information about the samba-cvs mailing list