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 Include m68k/m68k.h to pickup definition ...



details:   https://anonhg.NetBSD.org/src/rev/8c3625d29c70
branches:  trunk
changeset: 503266:8c3625d29c70
user:      jmc <jmc%NetBSD.org@localhost>
date:      Sun Feb 04 10:13:08 2001 +0000

description:
Include m68k/m68k.h to pickup definition for fputype.

diffstat:

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

diffs (18 lines):

diff -r 112db0f42dea -r 8c3625d29c70 sys/arch/m68k/m68k/svr4_machdep.c
--- a/sys/arch/m68k/m68k/svr4_machdep.c Sun Feb 04 09:48:43 2001 +0000
+++ b/sys/arch/m68k/m68k/svr4_machdep.c Sun Feb 04 10:13:08 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: svr4_machdep.c,v 1.4 2000/12/22 22:58:54 jdolecek Exp $        */
+/*     $NetBSD: svr4_machdep.c,v 1.5 2001/02/04 10:13:08 jmc Exp $     */
 
 /*-
  * Copyright (c) 1999 The NetBSD Foundation, Inc.
@@ -63,6 +63,8 @@
 #include <machine/reg.h>
 #include <machine/vmparam.h>
 
+#include <m68k/m68k.h>
+
 extern short exframesize[];
 extern void    m68881_restore __P((struct fpframe *));
 extern void    m68881_save __P((struct fpframe *));



Home | Main Index | Thread Index | Old Index