From: John (J5) Palmieri Date: Thu, 2 Mar 2006 23:28:18 +0000 (+0000) Subject: 2006-03-02 John (J5) Palmieri X-Git-Tag: dbus-0.62~65 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e92ac26cd37dd2f752b317aae36e1902a3ee4a21;p=thirdparty%2Fdbus.git 2006-03-02 John (J5) Palmieri * python/dbus_bindings.pyx: Remove refrence to sys/cdefs.h (Patch from Artem Kachitchkine ) --- diff --git a/ChangeLog b/ChangeLog index 262b4d4a6..576b55143 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 836dbf8e7..c29dea2d0 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)