Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/x68k/x68k Move inclusion of "ksyms.h" up to above f...



details:   https://anonhg.NetBSD.org/src/rev/285f2d265e14
branches:  trunk
changeset: 546569:285f2d265e14
user:      he <he%NetBSD.org@localhost>
date:      Thu May 01 18:38:54 2003 +0000

description:
Move inclusion of "ksyms.h" up to above first test for NKSYMS, so that
this compiles again.

diffstat:

 sys/arch/x68k/x68k/machdep.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r f025ce9863a8 -r 285f2d265e14 sys/arch/x68k/x68k/machdep.c
--- a/sys/arch/x68k/x68k/machdep.c      Thu May 01 15:58:49 2003 +0000
+++ b/sys/arch/x68k/x68k/machdep.c      Thu May 01 18:38:54 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: machdep.c,v 1.114 2003/04/26 11:05:22 ragge Exp $      */
+/*     $NetBSD: machdep.c,v 1.115 2003/05/01 18:38:54 he Exp $ */
 
 /*
  * Copyright (c) 1988 University of Utah.
@@ -76,6 +76,8 @@
 #include <sys/kcore.h>
 #include <sys/ksyms.h>
 
+#include "ksyms.h"
+
 #if NKSYMS || defined(DDB) || defined(LKM)
 #include <sys/exec_elf.h>
 #endif
@@ -106,8 +108,6 @@
 #include <machine/bus.h>
 #include <arch/x68k/dev/intiovar.h>
 
-#include "ksyms.h"
-
 void initcpu __P((void));
 void identifycpu __P((void));
 void doboot __P((void))



Home | Main Index | Thread Index | Old Index