diff options
Diffstat (limited to 'sys/dev/ic/comvar.h')
-rw-r--r-- | sys/dev/ic/comvar.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/dev/ic/comvar.h b/sys/dev/ic/comvar.h index b8c16b67315..afbb64ea32f 100644 --- a/sys/dev/ic/comvar.h +++ b/sys/dev/ic/comvar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: comvar.h,v 1.46 2009/10/13 19:33:16 pirofti Exp $ */ +/* $OpenBSD: comvar.h,v 1.47 2009/11/04 19:14:10 kettenis Exp $ */ /* $NetBSD: comvar.h,v 1.5 1996/05/05 19:50:47 christos Exp $ */ /* @@ -76,11 +76,7 @@ struct com_softc { struct tty *sc_tty; struct timeout sc_dtr_tmo; struct timeout sc_diag_tmo; -#ifdef __HAVE_GENERIC_SOFT_INTERRUPTS void *sc_si; -#else - struct timeout sc_comsoft_tmo; -#endif int sc_overflows; int sc_floods; |