Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/mips/mips Include <sys/param.h> to make the new cpu...



details:   https://anonhg.NetBSD.org/src/rev/162a01f00354
branches:  trunk
changeset: 486633:162a01f00354
user:      soren <soren%NetBSD.org@localhost>
date:      Sat May 27 02:13:12 2000 +0000

description:
Include <sys/param.h> to make the new cpu.h happy.

diffstat:

 sys/arch/mips/mips/db_trace.c |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r c7dbbeb2014b -r 162a01f00354 sys/arch/mips/mips/db_trace.c
--- a/sys/arch/mips/mips/db_trace.c     Sat May 27 01:55:42 2000 +0000
+++ b/sys/arch/mips/mips/db_trace.c     Sat May 27 02:13:12 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: db_trace.c,v 1.12 2000/05/26 20:59:00 mhitch Exp $     */
+/*     $NetBSD: db_trace.c,v 1.13 2000/05/27 02:13:12 soren Exp $      */
 
 /*
  * Mach Operating System
@@ -27,6 +27,7 @@
  */
 
 #include <sys/types.h>
+#include <sys/param.h>
 #include <vm/vm_param.h>               /* XXX boolean_t */
 
 #include <mips/mips_opcode.h>
@@ -143,7 +144,7 @@
                        pr);
 #else
 /*
- * Imcomplete but practically useful stack backtrace.
+ * Incomplete but practically useful stack backtrace.
  */
 #define        MIPS_JR_RA      0x03e00008      /* instruction code for jr ra */
 #define        MIPS_JR_K0      0x03400008      /* instruction code for jr k0 */



Home | Main Index | Thread Index | Old Index