summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 b0a04b68f6c..ce9170b8218 100644
--- a/sys/dev/ic/com.c
+++ b/sys/dev/ic/com.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: com.c,v 1.78 2002/01/23 07:14:41 ericj Exp $ */
+/* $OpenBSD: com.c,v 1.79 2002/01/25 21:23:38 mickey Exp $ */
/* $NetBSD: com.c,v 1.82.4.1 1996/06/02 09:08:00 mrg Exp $ */
/*
@@ -1404,7 +1404,7 @@ comintr(arg)
* Following are all routines needed for COM to act as console
*/
-#if defined(arc) || defined(hppa)
+#if defined(arc)
#undef CONADDR
extern int CONADDR;
#endif