Subject: CVS commit: src/sys/arch/newsmips/newsmips
To: None <source-changes@NetBSD.org>
From: Takahiro Kambe <taca@netbsd.org>
List: source-changes
Date: 11/23/2003 08:54:57
Module Name: src
Committed By: taca
Date: Sun Nov 23 08:54:57 UTC 2003
Modified Files:
src/sys/arch/newsmips/newsmips: machdep.c
Log Message:
Move initialization of `ssym' and `esym' to inside of
#if NKSYMS || defined(DDB) || defined(LKM) ... #endif.
Now GENERIC and INSTALL kernel can be compiled again.
To generate a diff of this commit:
cvs rdiff -r1.74 -r1.75 src/sys/arch/newsmips/newsmips/machdep.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.