pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/emulators/wine/patches Changes 20030911:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ff3b4c62c9fc
branches:  trunk
changeset: 461385:ff3b4c62c9fc
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Sep 15 10:52:26 2003 +0000

description:
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:

 emulators/wine/patches/patch-ae |  13 +++++++++++++
 1 files changed, 13 insertions(+), 0 deletions(-)

diffs (17 lines):

diff -r 38473f9c80a3 -r ff3b4c62c9fc emulators/wine/patches/patch-ae
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/wine/patches/patch-ae   Mon Sep 15 10:52:26 2003 +0000
@@ -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;



Home | Main Index | Thread Index | Old Index