From 86a77080a5eb923c6d505934c98c1f72f5677a67 Mon Sep 17 00:00:00 2001 From: thorpej Date: Wed, 26 Dec 2001 19:08:11 +0000 Subject: [PATCH] Remove (incorrect) extern decl of emul_hpux. --- sys/arch/hp300/dev/grf.c | 3 +-- sys/arch/hp300/hp300/trap.c | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/sys/arch/hp300/dev/grf.c b/sys/arch/hp300/dev/grf.c index 6de8f29a684a..0a9f2b9f687d 100644 --- a/sys/arch/hp300/dev/grf.c +++ b/sys/arch/hp300/dev/grf.c @@ -1,4 +1,4 @@ -/* $NetBSD: grf.c,v 1.41 2001/12/08 03:34:38 gmcgarry Exp $ */ +/* $NetBSD: grf.c,v 1.42 2001/12/26 19:08:11 thorpej Exp $ */ /* * Copyright (c) 1988 University of Utah. @@ -72,7 +72,6 @@ #ifdef COMPAT_HPUX #include -extern struct emul emul_hpux; #endif #include diff --git a/sys/arch/hp300/hp300/trap.c b/sys/arch/hp300/hp300/trap.c index a12f1289a3be..94cbee240144 100644 --- a/sys/arch/hp300/hp300/trap.c +++ b/sys/arch/hp300/hp300/trap.c @@ -1,4 +1,4 @@ -/* $NetBSD: trap.c,v 1.93 2001/12/08 04:09:19 gmcgarry Exp $ */ +/* $NetBSD: trap.c,v 1.94 2001/12/26 19:11:34 thorpej Exp $ */ /* * Copyright (c) 1988 University of Utah. @@ -76,7 +76,6 @@ #ifdef COMPAT_HPUX #include -extern struct emul emul_hpux; #endif #ifdef COMPAT_SUNOS