summaryrefslogtreecommitdiff
path: root/emulators/wine/patches/patch-ad
diff options
context:
space:
mode:
authoradam <adam>2006-10-29 20:03:58 +0000
committeradam <adam>2006-10-29 20:03:58 +0000
commitd790749f3b87fc6f72d9e13f5a9859f0a7444aaf (patch)
tree5d9261e6f931c79f93b9acaab0373bf546748603 /emulators/wine/patches/patch-ad
parent5f5b0e2214a43ccb0b37b2ae6be7355c8330641d (diff)
downloadpkgsrc-d790749f3b87fc6f72d9e13f5a9859f0a7444aaf.tar.gz
Changes 0.9.24:
- Support for multiple monitors using Xinerama. - Various MSI fixes and improvements. - A ton of memory leaks fixed. - Many common controls fixes. - Lots of bug fixes.
Diffstat (limited to 'emulators/wine/patches/patch-ad')
-rw-r--r--emulators/wine/patches/patch-ad12
1 files changed, 0 insertions, 12 deletions
diff --git a/emulators/wine/patches/patch-ad b/emulators/wine/patches/patch-ad
deleted file mode 100644
index 9f028a1913f..00000000000
--- a/emulators/wine/patches/patch-ad
+++ /dev/null
@@ -1,12 +0,0 @@
-$NetBSD: patch-ad,v 1.8 2006/02/26 07:48:11 wiz Exp $
-
---- dlls/iphlpapi/ifenum.c.orig 2006-02-15 17:02:42.000000000 +0100
-+++ dlls/iphlpapi/ifenum.c
-@@ -39,6 +39,7 @@
- #endif
-
- #include <sys/types.h>
-+#include <sys/param.h>
-
- #ifdef HAVE_SYS_SOCKET_H
- #include <sys/socket.h>