summaryrefslogtreecommitdiff
path: root/emulators/winelib/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/winelib/patches/patch-ab')
-rw-r--r--emulators/winelib/patches/patch-ab17
1 files changed, 0 insertions, 17 deletions
diff --git a/emulators/winelib/patches/patch-ab b/emulators/winelib/patches/patch-ab
deleted file mode 100644
index 4c570980f74..00000000000
--- a/emulators/winelib/patches/patch-ab
+++ /dev/null
@@ -1,17 +0,0 @@
-$NetBSD: patch-ab,v 1.2 2004/06/26 20:20:00 recht Exp $
-
---- winelib/winelib.c.orig 2004-05-27 05:07:04.000000000 +0200
-+++ winelib/winelib.c 2004-06-26 19:44:45.000000000 +0200
-@@ -153,8 +153,11 @@
- unsigned int SignalList[] = { SIGHUP, SIGINT, SIGQUIT, SIGILL, SIGTRAP,
- SIGABRT, SIGIOT, SIGBUS, SIGFPE, SIGUSR1,
- SIGSEGV, SIGUSR2, SIGPIPE, SIGALRM, SIGTERM,
-+#if defined(SIGSTKFLT)
- SIGSTKFLT, SIGCHLD, SIGCONT, SIGTSTP, SIGSYS, 0};
--
-+#else
-+ SIGCHLD, SIGCONT, SIGTSTP, SIGSYS, 0};
-+#endif
- /* Save signal actions */
- for (i=0; SignalList[i]!=0, i<MAX_SIGNALS; i++) {
- sigaction(SignalList[i], NULL, &(SignalAction[i]));