From 9a1200866418025a00cf324b402990bc73d69d3b Mon Sep 17 00:00:00 2001 From: Michael Shalayeff Date: Fri, 25 Jan 2002 21:23:39 +0000 Subject: CONADDR is defined elsewhere for hppa --- sys/dev/ic/com.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/dev/ic') 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 -- cgit v1.2.3