summaryrefslogtreecommitdiff
path: root/emulators/wine/patches/patch-af
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2004-04-09 12:44:22 +0000
committeradam <adam@pkgsrc.org>2004-04-09 12:44:22 +0000
commitbdd1767538957ee4ad29386e6938c235777d6728 (patch)
treebf54bba0b5a4f1cf25ac2768c62d3993a042f6d4 /emulators/wine/patches/patch-af
parent9d58ed04405f555dd5b116b60c8357d86062cc3a (diff)
downloadpkgsrc-bdd1767538957ee4ad29386e6938c235777d6728.tar.gz
Changes 20040408:
* DOS devices and drives are now configured through symlinks. * Many shell32 improvements. * New task manager merged from ReactOS. * First version of wineprefixcreate tool for initial setup. * Lots of bug fixes.
Diffstat (limited to 'emulators/wine/patches/patch-af')
-rw-r--r--emulators/wine/patches/patch-af12
1 files changed, 12 insertions, 0 deletions
diff --git a/emulators/wine/patches/patch-af b/emulators/wine/patches/patch-af
new file mode 100644
index 00000000000..a38a6e8b4a8
--- /dev/null
+++ b/emulators/wine/patches/patch-af
@@ -0,0 +1,12 @@
+$NetBSD: patch-af,v 1.6 2004/04/09 12:44:22 adam Exp $
+
+--- programs/winetest/util.c.orig 2004-04-09 14:30:40.000000000 +0000
++++ programs/winetest/util.c
+@@ -19,7 +19,6 @@
+ *
+ */
+ #include <windows.h>
+-#include <unistd.h>
+ #include <errno.h>
+
+ #include "winetest.h"