diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2002-05-02 23:45:45 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2002-05-02 23:45:45 +0000 |
commit | cedaa281b76bb3b475ba975fb217536f1e778e02 (patch) | |
tree | fad69851535f4f84ed80973e0f6b117833f3b521 | |
parent | dba49982a4ffa10884ccc3b90ffb92b554a5c024 (diff) |
Oops, it's too early for this chunk of code... spotted by millert@.
-rw-r--r-- | sys/arch/alpha/tc/tcasic.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/arch/alpha/tc/tcasic.c b/sys/arch/alpha/tc/tcasic.c index 7ea036a533f..770e5854283 100644 --- a/sys/arch/alpha/tc/tcasic.c +++ b/sys/arch/alpha/tc/tcasic.c @@ -1,4 +1,4 @@ -/* $OpenBSD: tcasic.c,v 1.10 2002/05/02 22:56:06 miod Exp $ */ +/* $OpenBSD: tcasic.c,v 1.11 2002/05/02 23:45:44 miod Exp $ */ /* $NetBSD: tcasic.c,v 1.36 2001/08/23 01:16:52 nisimura Exp $ */ /* @@ -163,6 +163,8 @@ tcasicprint(aux, pnp) return (UNCONF); } +#ifdef notyet + #include "wsdisplay.h" #if NWSDISPLAY > 0 @@ -241,3 +243,5 @@ tc_fb_cnattach(tcaddr) return (0); } #endif /* if NWSDISPLAY > 0 */ + +#endif |