diff options
author | Steve Price <steve@FreeBSD.org> | 1999-12-29 09:12:34 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-12-29 09:12:34 +0000 |
commit | 0ae84877da3dd4cf691110e7da237202f013ea4c (patch) | |
tree | 9f85aa61c82ac0a886a2dfcbfaa27b7a5cddb18f /emulators/twin/files/patch-af | |
parent | Adding gperf version 2.7 (diff) |
Adding twin version 19990616.
Willows toolkit for migrating and developing Windows applications.
PR: 12503
Submitted by: Pedro F. Giffuni <giffunip@asme.org>
Notes
Notes:
svn path=/head/; revision=24252
Diffstat (limited to 'emulators/twin/files/patch-af')
-rw-r--r-- | emulators/twin/files/patch-af | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/emulators/twin/files/patch-af b/emulators/twin/files/patch-af new file mode 100644 index 000000000000..a26773f202c9 --- /dev/null +++ b/emulators/twin/files/patch-af @@ -0,0 +1,11 @@ +--- 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; + } |