summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2001-08-09 09:06:08 +0000
committerKeith Packard <keithp@keithp.com>2001-08-09 09:06:08 +0000
commit628d7695d1696f6f5cba6ea1f2548aa5d0f38c80 (patch)
tree671a71313eef8cbb292f764af82cf3014510ce00
parent958c0374a6709386e91b4b3ed7ba8fa81d415ebf (diff)
kdrive: disable sigio debugging
-rw-r--r--hw/kdrive/src/kinput.c6
1 files 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