Fix compile with options SC_NO_SUSPEND_VTYSWITCH.

This commit is contained in:
John Baldwin 2002-10-17 16:09:13 +00:00
parent 55c8556834
commit fbfed1cf09
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=105333

View File

@ -88,7 +88,9 @@ scattach(device_t dev)
return sc_attach_unit(device_get_unit(dev), device_get_flags(dev));
}
#ifndef SC_NO_SUSPEND_VTYSWITCH
static int sc_cur_scr;
#endif
static int
scsuspend(device_t dev)