summaryrefslogtreecommitdiff
path: root/emulators/twin/files/patch-af
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/twin/files/patch-af')
-rw-r--r--emulators/twin/files/patch-af11
1 files changed, 0 insertions, 11 deletions
diff --git a/emulators/twin/files/patch-af b/emulators/twin/files/patch-af
deleted file mode 100644
index a26773f202c9..000000000000
--- a/emulators/twin/files/patch-af
+++ /dev/null
@@ -1,11 +0,0 @@
---- windows/Execfreebsd.c.orig Tue Dec 28 19:25:11 1999
-+++ windows/Execfreebsd.c Tue Dec 28 19:30:39 1999
-@@ -171,7 +171,7 @@
- int rc;
- sact.sa_handler = TWIN_GPFSigHandler;
- sact.sa_flags = SA_RESTART;
-- sact.sa_mask = 0;
-+ sigemptyset(&sact.sa_mask);
- rc = sigaction(sig, &sact, NULL);
- return rc;
- }