From e92ac26cd37dd2f752b317aae36e1902a3ee4a21 Mon Sep 17 00:00:00 2001 From: "John (J5) Palmieri" Date: Thu, 2 Mar 2006 23:28:18 +0000 Subject: [PATCH] 2006-03-02 John (J5) Palmieri * python/dbus_bindings.pyx: Remove refrence to sys/cdefs.h (Patch from Artem Kachitchkine ) --- ChangeLog | 5 +++++ python/dbus_bindings.pyx | 3 --- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 262b4d4..576b551 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 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: (_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 836dbf8..c29dea2 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) -- 2.7.4