pkgsrc/x11/Xaw-Xpm/patches/patch-aa

13 lines
343 B
Text
Raw Normal View History

1998-08-07 13:08:53 +02:00
$NetBSD: patch-aa,v 1.2 1998/08/07 11:17:57 agc Exp $
--- Xpm.c.orig Tue Nov 26 06:40:26 1996
+++ Xpm.c Fri Jan 30 01:02:57 1998
@@ -208,6 +208,5 @@
new.sa_handler=SigHandle;
new.sa_mask=0;
- new.sa_flags=SA_NOMASK | SA_ONESHOT;
- new.sa_restorer=NULL;
+ new.sa_flags=SA_NODEFER;
sigaction(SIGCHLD, &new, &old);
playing = 1;