diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2002-10-17 16:09:13 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2002-10-17 16:09:13 +0000 |
| commit | fbfed1cf09159554a89be5e63f13cbc4a80f9ae3 (patch) | |
| tree | 33ec0a93e91f5a5ee3094412a70f391d0f0d2496 | |
| parent | 55c855683422f7b0ca0cb49cfa86f07a58d8f847 (diff) | |
Notes
| -rw-r--r-- | sys/isa/syscons_isa.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/isa/syscons_isa.c b/sys/isa/syscons_isa.c index 0a9e22ed7e7ba..c34eacb008b3b 100644 --- a/sys/isa/syscons_isa.c +++ b/sys/isa/syscons_isa.c @@ -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) |
