pkgsrc-wip/XFree86-libs/patches/patch-al
Soren Jacobsen a314009f3e Add missing xf86UnblockSIGIO() call to avoid a blocked X11 server.
The patch was provided by Yorick Hardy in PR xsrc/22668.
2003-09-06 17:57:28 +00:00

12 lines
434 B
Text

$NetBSD: patch-al,v 1.1 2003/09/06 17:57:28 blef Exp $
--- programs/Xserver/hw/xfree86/os-support/shared/sigio.c.orig 2003-09-06 10:52:49.000000000 -0700
+++ programs/Xserver/hw/xfree86/os-support/shared/sigio.c 2003-09-06 10:54:17.000000000 -0700
@@ -151,6 +151,7 @@
fprintf(stderr,"fcntl(%d, F_SETOWN): %s\n",
fd, strerror(errno));
#endif
+ xf86UnblockSIGIO(blocked);
return 0;
}
sigemptyset(&sa.sa_mask);