Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/sparc/sparc Remove redundant (and incorrect) extern...
details: https://anonhg.NetBSD.org/src/rev/c023e1553647
branches: trunk
changeset: 532125:c023e1553647
user: thorpej <thorpej%NetBSD.org@localhost>
date: Fri May 31 19:49:42 2002 +0000
description:
Remove redundant (and incorrect) extern decl.
diffstat:
sys/arch/sparc/sparc/svr4_machdep.c | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diffs (17 lines):
diff -r 2579b34fdd6b -r c023e1553647 sys/arch/sparc/sparc/svr4_machdep.c
--- a/sys/arch/sparc/sparc/svr4_machdep.c Fri May 31 19:42:12 2002 +0000
+++ b/sys/arch/sparc/sparc/svr4_machdep.c Fri May 31 19:49:42 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: svr4_machdep.c,v 1.44 2002/03/31 22:21:03 christos Exp $ */
+/* $NetBSD: svr4_machdep.c,v 1.45 2002/05/31 19:49:42 thorpej Exp $ */
/*-
* Copyright (c) 1994 The NetBSD Foundation, Inc.
@@ -539,7 +539,6 @@
{
int n;
struct trapframe *tf = p->p_md.md_tf;
- extern struct emul emul_svr4;
if (p->p_emul != &emul_svr4)
return 0;
Home |
Main Index |
Thread Index |
Old Index