summaryrefslogtreecommitdiff
path: root/emulators/wine/patches/patch-ae
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2003-09-15 10:52:26 +0000
committeradam <adam@pkgsrc.org>2003-09-15 10:52:26 +0000
commite8451ddbc3951f1d9b8ed30ebe743b5f17cb71a2 (patch)
treefc485525785317ac1eb903462f2f457ebd3bb0a0 /emulators/wine/patches/patch-ae
parent2f5560d3af542f8fe9aeaebed109226d3e5e1c65 (diff)
downloadpkgsrc-e8451ddbc3951f1d9b8ed30ebe743b5f17cb71a2.tar.gz
Changes 20030911:
- Many improvements to the winecfg configuration tool. - Massive header files cleanup for better source compatibility. - Some more progress on the kernel/ntdll separation. - Lots of bug fixes. Changes 20030813: - Partial implementation of the Microsoft Installer (msi.dll). - GUI for regedit (from ReactOS). - DirectMusic dlls reorganization. - Many Wininet improvements. - Lots of bug fixes.
Diffstat (limited to 'emulators/wine/patches/patch-ae')
-rw-r--r--emulators/wine/patches/patch-ae13
1 files changed, 13 insertions, 0 deletions
diff --git a/emulators/wine/patches/patch-ae b/emulators/wine/patches/patch-ae
new file mode 100644
index 00000000000..47d486638fb
--- /dev/null
+++ b/emulators/wine/patches/patch-ae
@@ -0,0 +1,13 @@
+$NetBSD: patch-ae,v 1.5 2003/09/15 10:52:26 adam Exp $
+
+--- scheduler/pthread.c.orig 2003-09-15 11:23:23.000000000 +0200
++++ scheduler/pthread.c
+@@ -81,6 +81,8 @@ struct pthread_descr_struct
+ const void *tsd_data[MAX_TSD]; /* for libc internal tsd variables */
+ };
+
++struct __res_state *__res_state(void);
++
+ typedef struct pthread_descr_struct *pthread_descr;
+
+ static struct pthread_descr_struct initial_descr;