From 628d7695d1696f6f5cba6ea1f2548aa5d0f38c80 Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Thu, 9 Aug 2001 09:06:08 +0000 Subject: [PATCH] kdrive: disable sigio debugging --- hw/kdrive/src/kinput.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hw/kdrive/src/kinput.c b/hw/kdrive/src/kinput.c index 66503f971..1d96173a4 100644 --- a/hw/kdrive/src/kinput.c +++ b/hw/kdrive/src/kinput.c @@ -21,7 +21,7 @@ * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR * PERFORMANCE OF THIS SOFTWARE. */ -/* $XFree86: xc/programs/Xserver/hw/kdrive/kinput.c,v 1.18 2001/07/11 02:58:19 keithp Exp $ */ +/* $XFree86: xc/programs/Xserver/hw/kdrive/kinput.c,v 1.19 2001/07/20 19:35:29 keithp Exp $ */ #include "kdrive.h" #include "inputstr.h" @@ -117,7 +117,7 @@ KdUnblockSigio (void) sigprocmask (SIG_UNBLOCK, &set, 0); } -#define VERIFY_SIGIO +#undef VERIFY_SIGIO #ifdef VERIFY_SIGIO void @@ -133,7 +133,7 @@ KdAssertSigioBlocked (char *where) #else -#define KdVerifySigioBlocked(s) +#define KdAssertSigioBlocked(s) #endif