Fix toggle_getit() args for md_set_no_x().

XXX It seems this should be handled without magic numbers..
This commit is contained in:
tsutsui 2002-03-16 08:42:52 +00:00
parent 72fc77e730
commit 1cdefcf3a6
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: md.c,v 1.10 2002/03/16 08:25:00 tsutsui Exp $ */
/* $NetBSD: md.c,v 1.11 2002/03/16 08:42:52 tsutsui Exp $ */
/*
* Copyright 1997 Piermont Information Systems Inc.
@ -237,10 +237,10 @@ void
md_set_no_x()
{
toggle_getit (8);
toggle_getit (9);
toggle_getit (10);
toggle_getit (11);
toggle_getit (12);
toggle_getit (13);
toggle_getit (14);
}