diff options
| -rw-r--r-- | ChangeLog | 5 | ||||
| -rw-r--r-- | python/dbus_bindings.pyx | 3 | 
2 files changed, 5 insertions, 3 deletions
| @@ -1,5 +1,10 @@  2006-03-02  John (J5) Palmieri  <johnp@redhat.com> +	* python/dbus_bindings.pyx: Remove refrence to sys/cdefs.h +	(Patch from Artem Kachitchkine <Artem.Kachitchkin at Sun.COM>) + +2006-03-02  John (J5) Palmieri  <johnp@redhat.com> +  	* dbus/dbus-connection.c:   	(_dbus_connection_block_pending_call):  	Check to see if our data has already been read off the connection diff --git a/python/dbus_bindings.pyx b/python/dbus_bindings.pyx index 836dbf8e..c29dea2d 100644 --- a/python/dbus_bindings.pyx +++ b/python/dbus_bindings.pyx @@ -12,9 +12,6 @@ cdef extern from "sys/types.h":      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) | 
