Source-Changes-HG archive

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

[src/trunk]: src/sys/compat/linux/arch/m68k Add m68k/m68k.h to pickup fputype...



details:   https://anonhg.NetBSD.org/src/rev/55e2b446f01c
branches:  trunk
changeset: 503268:55e2b446f01c
user:      jmc <jmc%NetBSD.org@localhost>
date:      Sun Feb 04 10:16:43 2001 +0000

description:
Add m68k/m68k.h to pickup fputype definitions.

diffstat:

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

diffs (18 lines):

diff -r 229c5cce501c -r 55e2b446f01c sys/compat/linux/arch/m68k/linux_machdep.c
--- a/sys/compat/linux/arch/m68k/linux_machdep.c        Sun Feb 04 10:16:03 2001 +0000
+++ b/sys/compat/linux/arch/m68k/linux_machdep.c        Sun Feb 04 10:16:43 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: linux_machdep.c,v 1.6 2000/12/22 22:58:57 jdolecek Exp $       */
+/*     $NetBSD: linux_machdep.c,v 1.7 2001/02/04 10:16:43 jmc Exp $    */
 
 /*-
  * Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -61,6 +61,8 @@
 #include <compat/linux/linux_syscall.h>
 #include <compat/linux/linux_syscallargs.h>
 
+#include <m68k/m68k.h>
+
 /* XXX should be in an include file somewhere */
 #define CC_PURGE       1
 #define CC_FLUSH       2



Home | Main Index | Thread Index | Old Index