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 file needing <compat/sys/signal.h...
details: https://anonhg.NetBSD.org/src/rev/0711edcf23d9
branches: trunk
changeset: 584385:0711edcf23d9
user: he <he%NetBSD.org@localhost>
date: Wed Sep 14 19:30:45 2005 +0000
description:
Another file needing <compat/sys/signal.h> and <compat/sys/signalvar.h>
for native_sigset_to_sigset13().
diffstat:
sys/arch/m68k/m68k/sunos_machdep.c | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diffs (27 lines):
diff -r 6d167a231933 -r 0711edcf23d9 sys/arch/m68k/m68k/sunos_machdep.c
--- a/sys/arch/m68k/m68k/sunos_machdep.c Wed Sep 14 19:27:48 2005 +0000
+++ b/sys/arch/m68k/m68k/sunos_machdep.c Wed Sep 14 19:30:45 2005 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: sunos_machdep.c,v 1.28 2004/08/28 22:06:28 thorpej Exp $ */
+/* $NetBSD: sunos_machdep.c,v 1.29 2005/09/14 19:30:45 he Exp $ */
/*
* Copyright (c) 1982, 1986, 1990 The Regents of the University of California.
@@ -77,7 +77,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: sunos_machdep.c,v 1.28 2004/08/28 22:06:28 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: sunos_machdep.c,v 1.29 2005/09/14 19:30:45 he Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -97,6 +97,8 @@
#include <sys/syscallargs.h>
#include <compat/sunos/sunos.h>
#include <compat/sunos/sunos_syscallargs.h>
+#include <compat/sys/signal.h>
+#include <compat/sys/signalvar.h>
#include <machine/reg.h>
Home |
Main Index |
Thread Index |
Old Index