aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/syscons/syscons.h
diff options
context:
space:
mode:
authorJake Burkholder <jake@FreeBSD.org>2003-08-24 00:44:00 +0000
committerJake Burkholder <jake@FreeBSD.org>2003-08-24 00:44:00 +0000
commit8b9698b7112692c553fbe32693793901807211bb (patch)
treed9182c8dea980977853fb47d9d129c18f7970c7c /sys/dev/syscons/syscons.h
parent4ceb2b2039cbc8cb6af948bc25fb0762434c7e4f (diff)
Notes
Diffstat (limited to 'sys/dev/syscons/syscons.h')
-rw-r--r--sys/dev/syscons/syscons.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/syscons/syscons.h b/sys/dev/syscons/syscons.h
index d08df8bfda057..8bb73c4f99a19 100644
--- a/sys/dev/syscons/syscons.h
+++ b/sys/dev/syscons/syscons.h
@@ -256,7 +256,9 @@ typedef struct scr_stat {
int index; /* index of this vty */
struct sc_softc *sc; /* pointer to softc */
struct sc_rndr_sw *rndr; /* renderer */
+#ifndef __sparc64__
sc_vtb_t scr;
+#endif
sc_vtb_t vtb;
int xpos; /* current X position */