dbus/python dbus_bindings.pyx,1.21,1.22

John Palmieri johnp at kemper.freedesktop.org
Thu Mar 2 15:28:20 PST 2006


Update of /cvs/dbus/dbus/python
In directory kemper:/tmp/cvs-serv23621/python

Modified Files:
	dbus_bindings.pyx 
Log Message:
2006-03-02  John (J5) Palmieri  <johnp at redhat.com>

        * python/dbus_bindings.pyx: Remove refrence to sys/cdefs.h
	(Patch from Artem Kachitchkine <Artem.Kachitchkin at Sun.COM>)



Index: dbus_bindings.pyx
===================================================================
RCS file: /cvs/dbus/dbus/python/dbus_bindings.pyx,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- dbus_bindings.pyx	15 Feb 2006 23:45:50 -0000	1.21
+++ dbus_bindings.pyx	2 Mar 2006 23:28:18 -0000	1.22
@@ -12,9 +12,6 @@
     ctypedef __int64_t
     ctypedef __uint64_t
 
-cdef extern from "sys/cdefs.h":
-    ctypedef __signed
-
 cdef extern from "stdlib.h":
     cdef void *malloc(size_t size)
     cdef void free(void *ptr)



More information about the dbus-commit mailing list