summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/patches/libmachdev.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/patches/libmachdev.patch b/debian/patches/libmachdev.patch
index 3bca9ff3..5d2e4cd9 100644
--- a/debian/patches/libmachdev.patch
+++ b/debian/patches/libmachdev.patch
@@ -28,8 +28,8 @@ index 6b8d1d4..f0c034f 100644
ret = (device->emul_ops->close
? (*device->emul_ops->close) (device->emul_data)
: D_SUCCESS);
-- mach_device_deallocate (device_to_pi (device));
-+ //mach_device_deallocate (device_to_pi (device));
+- mach_device_deallocate (device);
++ //mach_device_deallocate (device);
ports_port_deref (device_to_pi (device));
return ret;