summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/asc.c
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1995-09-08 16:38:52 +0000
committerbde <bde@FreeBSD.org>1995-09-08 16:38:52 +0000
commit9ca2d60714188c494dc65fe39ed38754552f366d (patch)
tree4355b126de952c7ce7745a2b3ae099981826356d /sys/i386/isa/asc.c
parent4fcd8ab4f82467679e1f4c42076bb127d5e30f5b (diff)
downloadFreeBSD-src-9ca2d60714188c494dc65fe39ed38754552f366d.zip
FreeBSD-src-9ca2d60714188c494dc65fe39ed38754552f366d.tar.gz
Declare `geomtab' as static. It was bogusly shared between the asc and
the gsc drivers.
Diffstat (limited to 'sys/i386/isa/asc.c')
-rw-r--r--sys/i386/isa/asc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/i386/isa/asc.c b/sys/i386/isa/asc.c
index 7c914cd..120c049 100644
--- a/sys/i386/isa/asc.c
+++ b/sys/i386/isa/asc.c
@@ -120,7 +120,7 @@ extern d_open_t ascopen;
*** THE GEMOMETRY TABLE
***/
-const struct asc_geom {
+static const struct asc_geom {
int dpi; /* dots per inch */
int dpl; /* dots per line */
int bpl; /* bytes per line */
OpenPOWER on IntegriCloud