aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2002-10-17 16:09:13 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2002-10-17 16:09:13 +0000
commitfbfed1cf09159554a89be5e63f13cbc4a80f9ae3 (patch)
tree33ec0a93e91f5a5ee3094412a70f391d0f0d2496
parent55c855683422f7b0ca0cb49cfa86f07a58d8f847 (diff)
Notes
-rw-r--r--sys/isa/syscons_isa.c2
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)