diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-05-10 12:37:15 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-05-10 12:37:15 +0000 |
commit | 66d181c8c69e887c7f81f4bbfc96126c42730d34 (patch) | |
tree | 642dc43b2ee8919747e1e9643ca7af1f00db7576 /sys/dev | |
parent | 2464042ca04a96afd0ed7c10885bd9f5331b395e (diff) |
proto change
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/ic/com.c | 5 | ||||
-rw-r--r-- | sys/dev/ic/comvar.h | 5 | ||||
-rw-r--r-- | sys/dev/isa/com.c | 5 | ||||
-rw-r--r-- | sys/dev/isa/comvar.h | 5 |
4 files changed, 10 insertions, 10 deletions
diff --git a/sys/dev/ic/com.c b/sys/dev/ic/com.c index 112b40fad55..409afeb3c58 100644 --- a/sys/dev/ic/com.c +++ b/sys/dev/ic/com.c @@ -1,5 +1,5 @@ -/* $OpenBSD: com.c,v 1.13 1996/05/07 07:36:25 deraadt Exp $ */ -/* $NetBSD: com.c,v 1.80 1996/04/29 20:03:00 christos Exp $ */ +/* $OpenBSD: com.c,v 1.14 1996/05/10 12:37:13 deraadt Exp $ */ +/* $NetBSD: com.c,v 1.81 1996/05/05 19:50:44 christos Exp $ */ /*- * Copyright (c) 1993, 1994, 1995, 1996 @@ -126,7 +126,6 @@ void comdiag __P((void *)); int comspeed __P((long)); int comparam __P((struct tty *, struct termios *)); void comstart __P((struct tty *)); -int comintr __P((void *)); void compoll __P((void *)); /* XXX: These belong elsewhere */ diff --git a/sys/dev/ic/comvar.h b/sys/dev/ic/comvar.h index c3f8068caec..5ba78c6dd16 100644 --- a/sys/dev/ic/comvar.h +++ b/sys/dev/ic/comvar.h @@ -1,5 +1,5 @@ -/* $OpenBSD: comvar.h,v 1.2 1996/04/21 22:23:20 deraadt Exp $ */ -/* $NetBSD: comvar.h,v 1.4 1996/04/15 18:54:35 cgd Exp $ */ +/* $OpenBSD: comvar.h,v 1.3 1996/05/10 12:37:14 deraadt Exp $ */ +/* $NetBSD: comvar.h,v 1.5 1996/05/05 19:50:47 christos Exp $ */ /* * Copyright (c) 1996 Christopher G. Demetriou. All rights reserved. @@ -41,6 +41,7 @@ struct commulti_attach_args { }; int comprobe1 __P((bus_chipset_tag_t, bus_io_handle_t, int)); +int comintr __P((void *)); extern int comconsaddr; extern int comconsattached; diff --git a/sys/dev/isa/com.c b/sys/dev/isa/com.c index 112b40fad55..409afeb3c58 100644 --- a/sys/dev/isa/com.c +++ b/sys/dev/isa/com.c @@ -1,5 +1,5 @@ -/* $OpenBSD: com.c,v 1.13 1996/05/07 07:36:25 deraadt Exp $ */ -/* $NetBSD: com.c,v 1.80 1996/04/29 20:03:00 christos Exp $ */ +/* $OpenBSD: com.c,v 1.14 1996/05/10 12:37:13 deraadt Exp $ */ +/* $NetBSD: com.c,v 1.81 1996/05/05 19:50:44 christos Exp $ */ /*- * Copyright (c) 1993, 1994, 1995, 1996 @@ -126,7 +126,6 @@ void comdiag __P((void *)); int comspeed __P((long)); int comparam __P((struct tty *, struct termios *)); void comstart __P((struct tty *)); -int comintr __P((void *)); void compoll __P((void *)); /* XXX: These belong elsewhere */ diff --git a/sys/dev/isa/comvar.h b/sys/dev/isa/comvar.h index c3f8068caec..5ba78c6dd16 100644 --- a/sys/dev/isa/comvar.h +++ b/sys/dev/isa/comvar.h @@ -1,5 +1,5 @@ -/* $OpenBSD: comvar.h,v 1.2 1996/04/21 22:23:20 deraadt Exp $ */ -/* $NetBSD: comvar.h,v 1.4 1996/04/15 18:54:35 cgd Exp $ */ +/* $OpenBSD: comvar.h,v 1.3 1996/05/10 12:37:14 deraadt Exp $ */ +/* $NetBSD: comvar.h,v 1.5 1996/05/05 19:50:47 christos Exp $ */ /* * Copyright (c) 1996 Christopher G. Demetriou. All rights reserved. @@ -41,6 +41,7 @@ struct commulti_attach_args { }; int comprobe1 __P((bus_chipset_tag_t, bus_io_handle_t, int)); +int comintr __P((void *)); extern int comconsaddr; extern int comconsattached; |