[SCM] Samba Shared Repository - branch master updated - 4bbd2cbab73d46d0f8e8ba3fe164b6802b379b06

Jelmer Vernooij jelmer at samba.org
Tue Dec 23 10:48:14 GMT 2008


The branch, master has been updated
       via  4bbd2cbab73d46d0f8e8ba3fe164b6802b379b06 (commit)
      from  00b61ff2cfa145f9c0bcf74a7a2672e1172fb9c1 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 4bbd2cbab73d46d0f8e8ba3fe164b6802b379b06
Author: Jelmer Vernooij <jelmer at samba.org>
Date:   Tue Dec 23 11:48:14 2008 +0100

    pyldb: Provide replacement for sizeargfunc, not available before Python2.5.

-----------------------------------------------------------------------

Summary of changes:
 source4/lib/ldb/pyldb.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source4/lib/ldb/pyldb.c b/source4/lib/ldb/pyldb.c
index f4f43a3..ed77add 100644
--- a/source4/lib/ldb/pyldb.c
+++ b/source4/lib/ldb/pyldb.c
@@ -32,6 +32,7 @@
 #if PY_MAJOR_VERSION == 2 && PY_MINOR_VERSION < 5
 typedef int Py_ssize_t;
 typedef inquiry lenfunc;
+typedef intargfunc sizeargfunc;
 #endif
 
 /* Picked out of thin air. To do this properly, we should probably have some part of the 


-- 
Samba Shared Repository


More information about the samba-cvs mailing list