diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2000-07-11 15:00:13 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2000-07-11 15:00:13 +0000 |
commit | 59626000b910c65449da95972344f72dc0612b49 (patch) | |
tree | 67b1e4b0c6414bc008a3e0ca1ce2f3dcc4c778ef /sys | |
parent | a353329dd649a0f7f394c45c7839198a8c22c54a (diff) |
NKDD? no -- NKBD, bad mjacob
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/sparc/dev/zs.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sparc/dev/zs.c b/sys/arch/sparc/dev/zs.c index ad8537224fa..716897bc326 100644 --- a/sys/arch/sparc/dev/zs.c +++ b/sys/arch/sparc/dev/zs.c @@ -1,4 +1,4 @@ -/* $OpenBSD: zs.c,v 1.24 2000/07/07 11:51:24 art Exp $ */ +/* $OpenBSD: zs.c,v 1.25 2000/07/11 15:00:12 deraadt Exp $ */ /* $NetBSD: zs.c,v 1.49 1997/08/31 21:26:37 pk Exp $ */ /* @@ -1201,7 +1201,7 @@ again: * bstreams XXX gag choke */ if (unit == ZS_KBD) -#if NKDD > 0 +#if NKBD > 0 kbd_rint(cc); #else ; |