mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
0ae84877da
Willows toolkit for migrating and developing Windows applications. PR: 12503 Submitted by: Pedro F. Giffuni <giffunip@asme.org>
12 lines
336 B
Plaintext
12 lines
336 B
Plaintext
--- 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;
|
|
}
|