summaryrefslogtreecommitdiff
path: root/emulators/wine
diff options
context:
space:
mode:
authorAlfred Perlstein <alfred@FreeBSD.org>2001-12-08 09:22:22 +0000
committerAlfred Perlstein <alfred@FreeBSD.org>2001-12-08 09:22:22 +0000
commit47ee132bf9881d68fde377779929fac0d7813114 (patch)
treeff8144cc7cfbb74f28604b52ab868e82fe8e42e3 /emulators/wine
parentadd bg5pdf (diff)
Unbreak this port on 5.x by removing include of sys/user.h
Notes
Notes: svn path=/head/; revision=51212
Diffstat (limited to 'emulators/wine')
-rw-r--r--emulators/wine/files/patch-thread12
1 files changed, 12 insertions, 0 deletions
diff --git a/emulators/wine/files/patch-thread b/emulators/wine/files/patch-thread
new file mode 100644
index 000000000000..f221a40e33f7
--- /dev/null
+++ b/emulators/wine/files/patch-thread
@@ -0,0 +1,12 @@
+--- server/context_i386.c.orig Wed Jul 11 10:30:59 2001
++++ server/context_i386.c Fri Dec 7 10:30:30 2001
+@@ -20,9 +20,6 @@
+ #ifdef HAVE_SYS_PARAM_H
+ # include <sys/param.h>
+ #endif
+-#ifdef HAVE_SYS_USER_H
+-# include <sys/user.h>
+-#endif
+
+ #include "winbase.h"
+ #include "thread.h"