diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-05-11 08:15:25 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-05-11 08:15:25 +0000 |
commit | 6009fc3864e5bcddf40e43c85e8f14f0cba6e46b (patch) | |
tree | ff0d7435b4e52dce665c624867ed65e180428402 /sys/dev/usb | |
parent | 8af263c86ca9069f7b81553ac8eeb857e092bf7b (diff) |
I HATE it when things that we fix come back from bad merges
Diffstat (limited to 'sys/dev/usb')
-rw-r--r-- | sys/dev/usb/ukbd.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/usb/ukbd.c b/sys/dev/usb/ukbd.c index 3c8c6ca9dec..b47f426c2cf 100644 --- a/sys/dev/usb/ukbd.c +++ b/sys/dev/usb/ukbd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ukbd.c,v 1.14 2002/05/09 15:06:29 nate Exp $ */ +/* $OpenBSD: ukbd.c,v 1.15 2002/05/11 08:15:24 deraadt Exp $ */ /* $NetBSD: ukbd.c,v 1.79 2001/12/30 19:37:43 augustss Exp $ */ /* @@ -360,7 +360,7 @@ ukbd_enable(void *v, int on) /* Should only be called to change state */ if (sc->sc_enabled == on) { -#ifdef DIAGNOSTIC +#ifdef UKBD_DEBUG printf("ukbd_enable: %s: bad call on=%d\n", USBDEVNAME(sc->sc_hdev.sc_dev), on); #endif |