]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
2006-03-02 John (J5) Palmieri <johnp@redhat.com>
authorJohn (J5) Palmieri <johnp@redhat.com>
Thu, 2 Mar 2006 23:28:18 +0000 (23:28 +0000)
committerJohn (J5) Palmieri <johnp@redhat.com>
Thu, 2 Mar 2006 23:28:18 +0000 (23:28 +0000)
        * python/dbus_bindings.pyx: Remove refrence to sys/cdefs.h
(Patch from Artem Kachitchkine <Artem.Kachitchkin at Sun.COM>)

ChangeLog
python/dbus_bindings.pyx

index 262b4d4a6c236f234742cf7268d5e753a8f6d5c3..576b55143b982467403ef0eb8736a03c02078c81 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+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: 
index 836dbf8e77dbcea5f1fc433cd2e06995b8592867..c29dea2d01525f009faf49332cd24c682bfc04cd 100644 (file)
@@ -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)