diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2005-04-19 21:47:01 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2005-04-19 21:47:01 +0000 |
commit | 1c9ae312fd36393de300d2488a32db740cd53187 (patch) | |
tree | 34eeba4140675ab18809f3ca79ce1f52ab660de3 /emulators/wine/files/patch-dlls-kernel-sync.c | |
parent | - Use PLIST_FILES/PORTDOCS (diff) |
Update to the 20050419 version of Wine. This needs one patch to fix the
build, which I have submitted upstream as well.
Diffstat (limited to 'emulators/wine/files/patch-dlls-kernel-sync.c')
-rw-r--r-- | emulators/wine/files/patch-dlls-kernel-sync.c | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/emulators/wine/files/patch-dlls-kernel-sync.c b/emulators/wine/files/patch-dlls-kernel-sync.c new file mode 100644 index 000000000000..1ac6a41467b7 --- /dev/null +++ b/emulators/wine/files/patch-dlls-kernel-sync.c @@ -0,0 +1,15 @@ +Index: dlls/kernel/sync.c +=================================================================== +RCS file: /home/wine/wine/dlls/kernel/sync.c,v +retrieving revision 1.76 +diff -u -3 -p -r1.76 sync.c +--- dlls/kernel/sync.c 18 Apr 2005 14:57:04 -0000 1.76 ++++ dlls/kernel/sync.c 19 Apr 2005 19:53:50 -0000 +@@ -38,6 +38,7 @@ + #ifdef HAVE_SYS_SOCKET_H + #include <sys/socket.h> + #endif ++#include <limits.h> + #include <stdarg.h> + #include <stdio.h> + |