diff options
author | Justus Winter <4winter@informatik.uni-hamburg.de> | 2014-04-13 12:54:40 +0200 |
---|---|---|
committer | Justus Winter <4winter@informatik.uni-hamburg.de> | 2014-04-13 12:54:40 +0200 |
commit | ca348859ebe65ed14011de7880a5c1bf91163891 (patch) | |
tree | 66fa01bb0f6c23e8a6690bbb2ac18bf10ce85f01 | |
parent | cd49b9614c6583290f0388e36edfeae7f733a29f (diff) |
refresh libmachdev.patch
-rw-r--r-- | debian/patches/libmachdev.patch | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/debian/patches/libmachdev.patch b/debian/patches/libmachdev.patch index 6a68baab..ed703497 100644 --- a/debian/patches/libmachdev.patch +++ b/debian/patches/libmachdev.patch @@ -11,25 +11,3 @@ index 606765f..766d9b4 100644 { /* TODO: remove from filter */ } -@@ -377,7 +377,7 @@ device_open (mach_port_t reply_port, mach_msg_type_name_t reply_port_type, - } - - *devp = ports_get_right (nd); -- *devicePoly = MACH_MSG_TYPE_COPY_SEND; -+ *devicePoly = MACH_MSG_TYPE_MAKE_SEND; - return D_SUCCESS; - } - -diff --git a/libmachdev/ds_routines.c b/libmachdev/ds_routines.c -index 6b8d1d4..f0c034f 100644 ---- a/libmachdev/ds_routines.c -+++ b/libmachdev/ds_routines.c -@@ -206,7 +206,7 @@ ds_device_close (device_t dev) - ret = (device->dev.emul_ops->close - ? (*device->dev.emul_ops->close) (device->dev.emul_data) - : D_SUCCESS); -- mach_device_deallocate (device); -+ //mach_device_deallocate (device); - return ret; - } - |