mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Fix compile with options SC_NO_SUSPEND_VTYSWITCH.
This commit is contained in:
parent
55c8556834
commit
fbfed1cf09
1 changed files with 2 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue