Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/hpcmips/hpcmips make this compile without DDB.



details:   https://anonhg.NetBSD.org/src/rev/cce7f3976b7a
branches:  trunk
changeset: 517293:cce7f3976b7a
user:      shin <shin%NetBSD.org@localhost>
date:      Sat Nov 10 06:56:35 2001 +0000

description:
make this compile without DDB.

diffstat:

 sys/arch/hpcmips/hpcmips/machdep.c |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (28 lines):

diff -r a40e0c871c19 -r cce7f3976b7a sys/arch/hpcmips/hpcmips/machdep.c
--- a/sys/arch/hpcmips/hpcmips/machdep.c        Sat Nov 10 06:46:04 2001 +0000
+++ b/sys/arch/hpcmips/hpcmips/machdep.c        Sat Nov 10 06:56:35 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: machdep.c,v 1.63 2001/09/17 17:03:45 uch Exp $ */
+/*     $NetBSD: machdep.c,v 1.64 2001/11/10 06:56:35 shin Exp $        */
 
 /*-
  * Copyright (c) 1999 Shin Takemura, All rights reserved.
@@ -73,7 +73,7 @@
  */
 
 #include <sys/cdefs.h>                 /* RCS ID & Copyright macro defns */
-__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.63 2001/09/17 17:03:45 uch Exp $");
+__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.64 2001/11/10 06:56:35 shin Exp $");
 
 #include "opt_vr41xx.h"
 #include "opt_tx39xx.h"
@@ -205,7 +205,9 @@
 {
        extern struct user *proc0paddr;
        extern char edata[], end[];
+#ifdef DDB
        extern caddr_t esym;
+#endif
        caddr_t kernend, v;
        unsigned size;
        char *cp;



Home | Main Index | Thread Index | Old Index