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 Another set of files needing <compat/sys/...
details: https://anonhg.NetBSD.org/src/rev/6d167a231933
branches: trunk
changeset: 584384:6d167a231933
user: he <he%NetBSD.org@localhost>
date: Wed Sep 14 19:27:48 2005 +0000
description:
Another set of files needing <compat/sys/signal.h> and
<compat/sys/signalvar.h> for native_sigset13_to_sigset().
diffstat:
sys/arch/m68k/m68k/compat_13_machdep.c | 7 +++++--
sys/arch/m68k/m68k/compat_16_machdep.c | 9 +++++++--
2 files changed, 12 insertions(+), 4 deletions(-)
diffs (58 lines):
diff -r 87cf29073558 -r 6d167a231933 sys/arch/m68k/m68k/compat_13_machdep.c
--- a/sys/arch/m68k/m68k/compat_13_machdep.c Wed Sep 14 19:06:15 2005 +0000
+++ b/sys/arch/m68k/m68k/compat_13_machdep.c Wed Sep 14 19:27:48 2005 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: compat_13_machdep.c,v 1.7 2004/08/28 22:06:28 thorpej Exp $ */
+/* $NetBSD: compat_13_machdep.c,v 1.8 2005/09/14 19:27:48 he Exp $ */
/*
* Copyright (c) 1982, 1986, 1990, 1993
@@ -75,7 +75,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: compat_13_machdep.c,v 1.7 2004/08/28 22:06:28 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: compat_13_machdep.c,v 1.8 2005/09/14 19:27:48 he Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -89,6 +89,9 @@
#include <sys/sa.h>
#include <sys/syscallargs.h>
+#include <compat/sys/signal.h>
+#include <compat/sys/signalvar.h>
+
#include <machine/cpu.h>
#include <machine/reg.h>
diff -r 87cf29073558 -r 6d167a231933 sys/arch/m68k/m68k/compat_16_machdep.c
--- a/sys/arch/m68k/m68k/compat_16_machdep.c Wed Sep 14 19:06:15 2005 +0000
+++ b/sys/arch/m68k/m68k/compat_16_machdep.c Wed Sep 14 19:27:48 2005 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: compat_16_machdep.c,v 1.4 2004/08/28 22:06:28 thorpej Exp $ */
+/* $NetBSD: compat_16_machdep.c,v 1.5 2005/09/14 19:27:48 he Exp $ */
/*
* Copyright (c) 1982, 1986, 1990, 1993
@@ -75,7 +75,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: compat_16_machdep.c,v 1.4 2004/08/28 22:06:28 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: compat_16_machdep.c,v 1.5 2005/09/14 19:27:48 he Exp $");
#include "opt_compat_netbsd.h"
@@ -96,6 +96,11 @@
#include <sys/mount.h>
#include <sys/syscallargs.h>
+#ifdef COMPAT_13
+#include <compat/sys/signal.h>
+#include <compat/sys/signalvar.h>
+#endif
+
#include <machine/cpu.h>
#include <machine/reg.h>
#include <machine/frame.h>
Home |
Main Index |
Thread Index |
Old Index