summaryrefslogtreecommitdiff
path: root/sys/dev/ic
diff options
context:
space:
mode:
authorcgd <cgd@NetBSD.org>1993-03-27 09:24:42 +0000
committercgd <cgd@NetBSD.org>1993-03-27 09:24:42 +0000
commitc32e85d3c3817a7cc8e83d0ca2d7ee7c9550fdbb (patch)
treed302601f80ab29e7901f4cc6ee9432540233fc30 /sys/dev/ic
parent91a1e3ca32bbc7877fa322e6b66387e9f2eebd69 (diff)
moved closing #endif to include comselect
Diffstat (limited to 'sys/dev/ic')
-rw-r--r--sys/dev/ic/com.c4
1 files changed, 2 insertions, 2 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