svn commit: samba r3480 - in branches/SAMBA_4_0/source: include include/system lib/tdb/common

tridge at samba.org tridge at samba.org
Tue Nov 2 11:53:44 GMT 2004


Author: tridge
Date: 2004-11-02 11:53:44 +0000 (Tue, 02 Nov 2004)
New Revision: 3480

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

Log:
moved some signal defines into include/system







Modified:
   branches/SAMBA_4_0/source/include/rewrite.h
   branches/SAMBA_4_0/source/include/system/select.h
   branches/SAMBA_4_0/source/include/system/wait.h
   branches/SAMBA_4_0/source/lib/tdb/common/tdbutil.c


Changeset:
Modified: branches/SAMBA_4_0/source/include/rewrite.h
===================================================================
--- branches/SAMBA_4_0/source/include/rewrite.h	2004-11-02 11:53:37 UTC (rev 3479)
+++ branches/SAMBA_4_0/source/include/rewrite.h	2004-11-02 11:53:44 UTC (rev 3480)
@@ -54,18 +54,6 @@
 #include "enums.h"
 #include "events.h"
 
-#ifndef LOCKING_VERSION
-#define LOCKING_VERSION 4
-#endif /* LOCKING_VERSION */
-
-#ifndef SIGNAL_CAST
-#define SIGNAL_CAST (RETSIGTYPE (*)(int))
-#endif
-
-#ifndef SELECT_CAST
-#define SELECT_CAST
-#endif
-
 /*
  * Loopback command offsets.
  */

Modified: branches/SAMBA_4_0/source/include/system/select.h
===================================================================
--- branches/SAMBA_4_0/source/include/system/select.h	2004-11-02 11:53:37 UTC (rev 3479)
+++ branches/SAMBA_4_0/source/include/system/select.h	2004-11-02 11:53:44 UTC (rev 3480)
@@ -24,3 +24,7 @@
 #include <sys/select.h>
 #endif
 
+#ifndef SELECT_CAST
+#define SELECT_CAST
+#endif
+

Modified: branches/SAMBA_4_0/source/include/system/wait.h
===================================================================
--- branches/SAMBA_4_0/source/include/system/wait.h	2004-11-02 11:53:37 UTC (rev 3479)
+++ branches/SAMBA_4_0/source/include/system/wait.h	2004-11-02 11:53:44 UTC (rev 3480)
@@ -35,3 +35,7 @@
 #define SIGCLD SIGCHLD
 #endif
 
+#ifndef SIGNAL_CAST
+#define SIGNAL_CAST (RETSIGTYPE (*)(int))
+#endif
+

Modified: branches/SAMBA_4_0/source/lib/tdb/common/tdbutil.c
===================================================================
--- branches/SAMBA_4_0/source/lib/tdb/common/tdbutil.c	2004-11-02 11:53:37 UTC (rev 3479)
+++ branches/SAMBA_4_0/source/lib/tdb/common/tdbutil.c	2004-11-02 11:53:44 UTC (rev 3480)
@@ -20,6 +20,7 @@
 
 #include "includes.h"
 #include "system/glob.h"
+#include "system/wait.h"
 #include "dlinklist.h"
 
 /* these are little tdb utility functions that are meant to make



More information about the samba-cvs mailing list