Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/powerpc/powerpc Need <sys/systm.h> for panic() decl...



details:   https://anonhg.NetBSD.org/src/rev/5fb5785729a0
branches:  trunk
changeset: 487469:5fb5785729a0
user:      kleink <kleink%NetBSD.org@localhost>
date:      Thu Jun 08 06:48:45 2000 +0000

description:
Need <sys/systm.h> for panic() declaration.

diffstat:

 sys/arch/powerpc/powerpc/Locore.c |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 755ac69126b9 -r 5fb5785729a0 sys/arch/powerpc/powerpc/Locore.c
--- a/sys/arch/powerpc/powerpc/Locore.c Thu Jun 08 06:47:17 2000 +0000
+++ b/sys/arch/powerpc/powerpc/Locore.c Thu Jun 08 06:48:45 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: Locore.c,v 1.3 2000/05/26 21:20:12 thorpej Exp $       */
+/*     $NetBSD: Locore.c,v 1.4 2000/06/08 06:48:45 kleink Exp $        */
 
 /*
  * Copyright (C) 1995, 1996 Wolfgang Solfrank.
@@ -39,6 +39,7 @@
 #include <sys/param.h>
 #include <sys/proc.h>
 #include <sys/sched.h>
+#include <sys/systm.h>
 
 /*
  * Put process p on the run queue indicated by its priority.



Home | Main Index | Thread Index | Old Index