updated on Sat Jan 21 04:00:54 UTC 2012
[aur-mirror.git] / libtango1 / tango-headers.patch
blob8638ad21d7cbc80f66ab0d18527979286259fb8e
1 diff -Naur tango-0.99.9/tango/io/device/Device.d tango-0.99.9-new/tango/io/device/Device.d
2 --- tango-0.99.9/tango/io/device/Device.d 2010-02-02 13:14:51.000000000 -0600
3 +++ tango-0.99.9-new/tango/io/device/Device.d 2010-03-14 10:08:56.000000000 -0500
4 @@ -274,7 +274,7 @@
6 if (handle >= 0)
8 - if (scheduler)
9 + //if (scheduler)
10 // TODO Not supported on Posix
11 // scheduler.close (handle, toString);
12 posix.close (handle);