Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/hp300 Remove (incorrect) extern decl of emul_hpux.
details: https://anonhg.NetBSD.org/src/rev/6965a15c03a2
branches: trunk
changeset: 519779:6965a15c03a2
user: thorpej <thorpej%NetBSD.org@localhost>
date: Wed Dec 26 19:08:11 2001 +0000
description:
Remove (incorrect) extern decl of emul_hpux.
diffstat:
sys/arch/hp300/dev/grf.c | 3 +--
sys/arch/hp300/hp300/trap.c | 3 +--
2 files changed, 2 insertions(+), 4 deletions(-)
diffs (34 lines):
diff -r fca0eecb30c1 -r 6965a15c03a2 sys/arch/hp300/dev/grf.c
--- a/sys/arch/hp300/dev/grf.c Wed Dec 26 19:00:31 2001 +0000
+++ b/sys/arch/hp300/dev/grf.c Wed Dec 26 19:08:11 2001 +0000
@@ -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 <compat/hpux/hpux.h>
-extern struct emul emul_hpux;
#endif
#include <uvm/uvm_extern.h>
diff -r fca0eecb30c1 -r 6965a15c03a2 sys/arch/hp300/hp300/trap.c
--- a/sys/arch/hp300/hp300/trap.c Wed Dec 26 19:00:31 2001 +0000
+++ b/sys/arch/hp300/hp300/trap.c Wed Dec 26 19:08:11 2001 +0000
@@ -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 <compat/hpux/hpux.h>
-extern struct emul emul_hpux;
#endif
#ifdef COMPAT_SUNOS
Home |
Main Index |
Thread Index |
Old Index