summaryrefslogtreecommitdiff
path: root/emulators/wine/patches/patch-af
diff options
context:
space:
mode:
authoradam <adam>2005-05-25 08:23:43 +0000
committeradam <adam>2005-05-25 08:23:43 +0000
commit5b5b94c9d0171f67ee543c9ffffe452f47a2137b (patch)
tree1ef4ad2828603dde7415d65d6f6e1d98468a2196 /emulators/wine/patches/patch-af
parent6cb4a17e55df9ff97d0f37890f95b7c433125d1f (diff)
downloadpkgsrc-5b5b94c9d0171f67ee543c9ffffe452f47a2137b.tar.gz
Changes 20050419:
- Mailslot support. - Support for side mouse buttons (X buttons). - More Richedit improvements. - Loading of Windows registry files disabled for now. - Many code cleanups. - Lots of bug fixes. Changes 20050524: - Many MSI improvements. - More features in the file manager. - Better compatibility for Winelib import libraries. - SGML documentation moved out of the source tree. - Header files cleanups. - Lots of bug fixes.
Diffstat (limited to 'emulators/wine/patches/patch-af')
-rw-r--r--emulators/wine/patches/patch-af10
1 files changed, 5 insertions, 5 deletions
diff --git a/emulators/wine/patches/patch-af b/emulators/wine/patches/patch-af
index f96ce031c60..4893934f30d 100644
--- a/emulators/wine/patches/patch-af
+++ b/emulators/wine/patches/patch-af
@@ -1,8 +1,8 @@
-$NetBSD: patch-af,v 1.11 2005/03/11 21:18:15 rillig Exp $
+$NetBSD: patch-af,v 1.12 2005/05/25 08:23:43 adam Exp $
---- dlls/ntdll/signal_i386.c.orig Thu Dec 2 19:19:25 2004
-+++ dlls/ntdll/signal_i386.c Fri Feb 25 01:31:18 2005
-@@ -206,7 +206,7 @@ typedef struct trapframe SIGCONTEXT;
+--- dlls/ntdll/signal_i386.c.orig 2005-05-16 17:52:10.000000000 +0000
++++ dlls/ntdll/signal_i386.c
+@@ -205,7 +205,7 @@ typedef struct trapframe SIGCONTEXT;
#endif /* bsdi */
@@ -11,7 +11,7 @@ $NetBSD: patch-af,v 1.11 2005/03/11 21:18:15 rillig Exp $
typedef struct sigcontext SIGCONTEXT;
-@@ -306,7 +306,40 @@ typedef struct ucontext SIGCONTEXT;
+@@ -305,7 +305,40 @@ typedef struct ucontext SIGCONTEXT;
#endif /* __APPLE__ */