summaryrefslogtreecommitdiff
path: root/emulators/wine/patches/patch-ah
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/wine/patches/patch-ah')
-rw-r--r--emulators/wine/patches/patch-ah14
1 files changed, 0 insertions, 14 deletions
diff --git a/emulators/wine/patches/patch-ah b/emulators/wine/patches/patch-ah
deleted file mode 100644
index 5fd272474fc..00000000000
--- a/emulators/wine/patches/patch-ah
+++ /dev/null
@@ -1,14 +0,0 @@
-$NetBSD: patch-ah,v 1.11 2006/07/10 21:12:03 adam Exp $
-
---- libs/wine/loader.c.orig 2006-07-10 22:43:42.000000000 +0200
-+++ libs/wine/loader.c
-@@ -632,7 +632,9 @@ void wine_init( int argc, char *argv[],
-
- /* force a few limits that are set too low on some platforms */
- set_max_limit( RLIMIT_NOFILE );
-+#if !defined(__NetBSD__)
- set_max_limit( RLIMIT_AS );
-+#endif
-
- wine_init_argv0_path( argv[0] );
- build_dll_path();