summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJustus Winter <4winter@informatik.uni-hamburg.de>2014-04-11 15:22:18 +0200
committerJustus Winter <4winter@informatik.uni-hamburg.de>2014-04-11 15:22:18 +0200
commit8bb50ebf7934b09090516624c0c28671574be205 (patch)
tree54d077ec2c685b87179b0efe7150273db4bade40 /debian
parentd6fdb96dae7352299036bbbe0ec8de71b72193fc (diff)
refresh libmachdev.patch
Diffstat (limited to 'debian')
-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;