Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/m68k/m68k make this compile again after -ffreestand...



details:   https://anonhg.NetBSD.org/src/rev/5f50e29ecbb3
branches:  trunk
changeset: 519703:5f50e29ecbb3
user:      chs <chs%NetBSD.org@localhost>
date:      Mon Dec 24 18:20:50 2001 +0000

description:
make this compile again after -ffreestanding.

diffstat:

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

diffs (17 lines):

diff -r 6069e89d2cfc -r 5f50e29ecbb3 sys/arch/m68k/m68k/db_disasm.c
--- a/sys/arch/m68k/m68k/db_disasm.c    Mon Dec 24 17:57:19 2001 +0000
+++ b/sys/arch/m68k/m68k/db_disasm.c    Mon Dec 24 18:20:50 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: db_disasm.c,v 1.25 1999/09/27 04:18:45 itohy Exp $     */
+/*     $NetBSD: db_disasm.c,v 1.26 2001/12/24 18:20:50 chs Exp $       */
 
 /*
  * Copyright (c) 1994 Christian E. Hopps
@@ -63,6 +63,7 @@
  */
 
 #include <sys/param.h>
+#include <sys/systm.h>
 
 #include <machine/db_machdep.h>
 



Home | Main Index | Thread Index | Old Index