diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-03-15 19:07:02 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-03-15 19:07:02 +0000 |
commit | c86526492b645d61d387cefd15a80a024a36c21e (patch) | |
tree | 3e2ef6235fab87035ae2891c7becffabe5164574 | |
parent | 9262f6dae89803a9c422d97098cfac2eb7f21dfb (diff) |
bzzzt
-rw-r--r-- | sys/dev/ic/comvar.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/ic/comvar.h b/sys/dev/ic/comvar.h index a8c9a7ccece..911daadfbc7 100644 --- a/sys/dev/ic/comvar.h +++ b/sys/dev/ic/comvar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: comvar.h,v 1.22 2001/03/15 19:03:33 mjacob Exp $ */ +/* $OpenBSD: comvar.h,v 1.23 2001/03/15 19:07:01 deraadt Exp $ */ /* $NetBSD: comvar.h,v 1.5 1996/05/05 19:50:47 christos Exp $ */ /* @@ -135,7 +135,6 @@ struct com_softc { int enabled; }; -int comspeedcomspeed __P((long, long)); int comprobe1 __P((bus_space_tag_t, bus_space_handle_t)); void cominit __P((bus_space_tag_t, bus_space_handle_t, int)); int comstop __P((struct tty *, int)); |