svn commit: samba r5778 - in branches/SAMBA_4_0/source/scripting/swig: .

tpot at samba.org tpot at samba.org
Sun Mar 13 01:01:25 GMT 2005


Author: tpot
Date: 2005-03-13 01:01:24 +0000 (Sun, 13 Mar 2005)
New Revision: 5778

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

Log:
Remove tdb_set_lock_alarm() function from wrappers at tridge's request.

Modified:
   branches/SAMBA_4_0/source/scripting/swig/tdb.i


Changeset:
Modified: branches/SAMBA_4_0/source/scripting/swig/tdb.i
===================================================================
--- branches/SAMBA_4_0/source/scripting/swig/tdb.i	2005-03-12 22:24:46 UTC (rev 5777)
+++ branches/SAMBA_4_0/source/scripting/swig/tdb.i	2005-03-13 01:01:24 UTC (rev 5778)
@@ -35,13 +35,6 @@
 #undef HAVE_FSTAT
 #endif
 
-/* The tdb_set_lock_alarm() function requires the sig_atomic_t type */
-
-#include "include/config.h"
-#if !defined(HAVE_SIG_ATOMIC_T_TYPE)
-typedef int sig_atomic_t
-#endif
-
 #if (__GNUC__ >= 3)
 /** Use gcc attribute to check printf fns.  a1 is the 1-based index of
  * the parameter containing the format, and a2 the index of the first
@@ -137,7 +130,6 @@
 void tdb_unlockall(TDB_CONTEXT *tdb);
 
 /* Low level locking functions: use with care */
-void tdb_set_lock_alarm(sig_atomic_t *palarm);
 int tdb_chainlock(TDB_CONTEXT *tdb, TDB_DATA key);
 int tdb_chainunlock(TDB_CONTEXT *tdb, TDB_DATA key);
 



More information about the samba-cvs mailing list