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 This file also needs <compat/sys/signal.h...



details:   https://anonhg.NetBSD.org/src/rev/995196fbdf2f
branches:  trunk
changeset: 584376:995196fbdf2f
user:      he <he%NetBSD.org@localhost>
date:      Wed Sep 14 17:24:56 2005 +0000

description:
This file also needs <compat/sys/signal.h> and <compat/sys/signalvar.h>
for native_sigset13_to_sigset().

diffstat:

 sys/arch/mips/mips/compat_13_machdep.c |  7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diffs (28 lines):

diff -r fa2a2a180e29 -r 995196fbdf2f sys/arch/mips/mips/compat_13_machdep.c
--- a/sys/arch/mips/mips/compat_13_machdep.c    Wed Sep 14 17:22:50 2005 +0000
+++ b/sys/arch/mips/mips/compat_13_machdep.c    Wed Sep 14 17:24:56 2005 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: compat_13_machdep.c,v 1.11 2003/11/26 08:36:49 he Exp $        */
+/*     $NetBSD: compat_13_machdep.c,v 1.12 2005/09/14 17:24:56 he Exp $        */
 
 /*
  * Copyright 1996 The Board of Trustees of The Leland Stanford
@@ -15,7 +15,7 @@
 
 #include <sys/cdefs.h>                 /* RCS ID & Copyright macro defns */
 
-__KERNEL_RCSID(0, "$NetBSD: compat_13_machdep.c,v 1.11 2003/11/26 08:36:49 he Exp $");
+__KERNEL_RCSID(0, "$NetBSD: compat_13_machdep.c,v 1.12 2005/09/14 17:24:56 he Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -27,6 +27,9 @@
 #include <sys/sa.h>
 #include <sys/syscallargs.h>
 
+#include <compat/sys/signal.h>
+#include <compat/sys/signalvar.h>
+
 #include <mips/regnum.h>
 
 #ifdef DEBUG



Home | Main Index | Thread Index | Old Index