kdrive: disable sigio debugging

This commit is contained in:
Keith Packard 2001-08-09 09:06:08 +00:00
parent 958c0374a6
commit 628d7695d1

View File

@ -21,7 +21,7 @@
* TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
* PERFORMANCE OF THIS SOFTWARE. * 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 "kdrive.h"
#include "inputstr.h" #include "inputstr.h"
@ -117,7 +117,7 @@ KdUnblockSigio (void)
sigprocmask (SIG_UNBLOCK, &set, 0); sigprocmask (SIG_UNBLOCK, &set, 0);
} }
#define VERIFY_SIGIO #undef VERIFY_SIGIO
#ifdef VERIFY_SIGIO #ifdef VERIFY_SIGIO
void void
@ -133,7 +133,7 @@ KdAssertSigioBlocked (char *where)
#else #else
#define KdVerifySigioBlocked(s) #define KdAssertSigioBlocked(s)
#endif #endif