diff options
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/ic/com.c | 4 | ||||
| -rw-r--r-- | sys/dev/isa/com.c | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/dev/ic/com.c b/sys/dev/ic/com.c index 58717c92395..804c7c31b56 100644 --- a/sys/dev/ic/com.c +++ b/sys/dev/ic/com.c @@ -42,7 +42,7 @@ * 09 Aug 92 Christoph Robitschko Correct minor number on com ports * 10 Feb 93 Jordan K. Hubbard Added select code */ -static char rcsid[] = "$Header: /cvsroot/src/sys/dev/ic/com.c,v 1.2 1993/03/21 18:04:42 cgd Exp $"; +static char rcsid[] = "$Header: /cvsroot/src/sys/dev/ic/com.c,v 1.3 1993/03/27 09:24:42 cgd Exp $"; #include "com.h" #if NCOM > 0 @@ -723,7 +723,6 @@ comcnputc(dev, c) stat = inb(com+com_iir); splx(s); } -#endif int comselect(dev, rw, p) @@ -764,3 +763,4 @@ comselect(dev, rw, p) splx(s); return (1); } +#endif diff --git a/sys/dev/isa/com.c b/sys/dev/isa/com.c index 3a11a2cae45..0b48348bbc8 100644 --- a/sys/dev/isa/com.c +++ b/sys/dev/isa/com.c @@ -42,7 +42,7 @@ * 09 Aug 92 Christoph Robitschko Correct minor number on com ports * 10 Feb 93 Jordan K. Hubbard Added select code */ -static char rcsid[] = "$Header: /cvsroot/src/sys/dev/isa/Attic/com.c,v 1.2 1993/03/21 18:04:42 cgd Exp $"; +static char rcsid[] = "$Header: /cvsroot/src/sys/dev/isa/Attic/com.c,v 1.3 1993/03/27 09:24:42 cgd Exp $"; #include "com.h" #if NCOM > 0 @@ -723,7 +723,6 @@ comcnputc(dev, c) stat = inb(com+com_iir); splx(s); } -#endif int comselect(dev, rw, p) @@ -764,3 +763,4 @@ comselect(dev, rw, p) splx(s); return (1); } +#endif |
