Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/mips/mips Another file which needs <compat/sys/sign...
details: https://anonhg.NetBSD.org/src/rev/41a0d47fa122
branches: trunk
changeset: 584377:41a0d47fa122
user: he <he%NetBSD.org@localhost>
date: Wed Sep 14 17:28:14 2005 +0000
description:
Another file which needs <compat/sys/signal.h> and <compat/sys/signalvar.h>
for native_sigset_to_sigset13().
diffstat:
sys/arch/mips/mips/compat_16_machdep.c | 7 +++++--
1 files changed, 5 insertions(+), 2 deletions(-)
diffs (28 lines):
diff -r 995196fbdf2f -r 41a0d47fa122 sys/arch/mips/mips/compat_16_machdep.c
--- a/sys/arch/mips/mips/compat_16_machdep.c Wed Sep 14 17:24:56 2005 +0000
+++ b/sys/arch/mips/mips/compat_16_machdep.c Wed Sep 14 17:28:14 2005 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: compat_16_machdep.c,v 1.4 2005/01/24 10:03:58 drochner Exp $ */
+/* $NetBSD: compat_16_machdep.c,v 1.5 2005/09/14 17:28:14 he Exp $ */
/*-
* Copyright (c) 1998, 2001 The NetBSD Foundation, Inc.
@@ -52,7 +52,7 @@
#include <sys/cdefs.h> /* RCS ID & Copyright macro defns */
-__KERNEL_RCSID(0, "$NetBSD: compat_16_machdep.c,v 1.4 2005/01/24 10:03:58 drochner Exp $");
+__KERNEL_RCSID(0, "$NetBSD: compat_16_machdep.c,v 1.5 2005/09/14 17:28:14 he Exp $");
#include "opt_cputype.h"
#include "opt_compat_netbsd.h"
@@ -69,6 +69,9 @@
#include <sys/sa.h>
#include <sys/syscallargs.h>
+#include <compat/sys/signal.h>
+#include <compat/sys/signalvar.h>
+
#include <machine/cpu.h>
#include <mips/regnum.h>
Home |
Main Index |
Thread Index |
Old Index