diff --git a/ChangeLog b/ChangeLog index 262b4d4a..576b5514 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-03-02 John (J5) Palmieri + + * python/dbus_bindings.pyx: Remove refrence to sys/cdefs.h + (Patch from Artem Kachitchkine ) + 2006-03-02 John (J5) Palmieri * dbus/dbus-connection.c: 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)