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>)
This commit is contained in:
John (J5) Palmieri 2006-03-02 23:28:18 +00:00
parent da4182fb29
commit e92ac26cd3
2 changed files with 5 additions and 3 deletions

View file

@ -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:

View 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)