Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/nathanw_sa]: src/sys/arch/powerpc/powerpc Oops, don't delete the declara...
details: https://anonhg.NetBSD.org/src/rev/1bd93e66ac98
branches: nathanw_sa
changeset: 505474:1bd93e66ac98
user: nathanw <nathanw%NetBSD.org@localhost>
date: Mon Dec 17 22:00:31 2001 +0000
description:
Oops, don't delete the declaration of sigcode[] and upcallcode.
diffstat:
sys/arch/powerpc/powerpc/powerpc_machdep.c | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r fff8b6c257ea -r 1bd93e66ac98 sys/arch/powerpc/powerpc/powerpc_machdep.c
--- a/sys/arch/powerpc/powerpc/powerpc_machdep.c Mon Dec 17 21:34:40 2001 +0000
+++ b/sys/arch/powerpc/powerpc/powerpc_machdep.c Mon Dec 17 22:00:31 2001 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: powerpc_machdep.c,v 1.8.6.8 2001/12/17 21:31:26 nathanw Exp $ */
+/* $NetBSD: powerpc_machdep.c,v 1.8.6.9 2001/12/17 22:00:31 nathanw Exp $ */
/*
* Copyright (C) 1995, 1996 Wolfgang Solfrank.
@@ -204,6 +204,8 @@
struct proc *p = l->l_proc;
struct trapframe *tf;
+ extern char sigcode[], upcallcode[];
+
tf = trapframe(l);
/*
Home |
Main Index |
Thread Index |
Old Index