diff --git a/usr.sbin/kbdcontrol/kbdcontrol.c b/usr.sbin/kbdcontrol/kbdcontrol.c index bd028286ece7..f3f6bc90cfc6 100644 --- a/usr.sbin/kbdcontrol/kbdcontrol.c +++ b/usr.sbin/kbdcontrol/kbdcontrol.c @@ -28,7 +28,7 @@ #ifndef lint static const char rcsid[] = - "$Id: kbdcontrol.c,v 1.16 1998/08/03 11:33:22 yokota Exp $"; + "$Id: kbdcontrol.c,v 1.17 1998/08/06 09:44:23 yokota Exp $"; #endif /* not lint */ #include @@ -850,6 +850,7 @@ badopt: rate.rep = n; } + rate.pad = 0; if (ioctl(0, KDSETRAD, rate) < 0) warn("setting keyboard rate"); }