From 9ca2d60714188c494dc65fe39ed38754552f366d Mon Sep 17 00:00:00 2001 From: bde Date: Fri, 8 Sep 1995 16:38:52 +0000 Subject: Declare `geomtab' as static. It was bogusly shared between the asc and the gsc drivers. --- sys/i386/isa/asc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/i386/isa/asc.c') 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 */ -- cgit v1.1