Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/sparc64/sparc64 Include <compat/netbsd32/netbsd32_e...
details: https://anonhg.NetBSD.org/src/rev/e2d068a5638f
branches: trunk
changeset: 552615:e2d068a5638f
user: martin <martin%NetBSD.org@localhost>
date: Sun Sep 28 10:27:25 2003 +0000
description:
Include <compat/netbsd32/netbsd32_exec.h> to get the proper 32bit
sendsig etc. prototypes.
diffstat:
sys/arch/sparc64/sparc64/svr4_32_machdep.c | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (26 lines):
diff -r 212771d131ca -r e2d068a5638f sys/arch/sparc64/sparc64/svr4_32_machdep.c
--- a/sys/arch/sparc64/sparc64/svr4_32_machdep.c Sun Sep 28 10:24:47 2003 +0000
+++ b/sys/arch/sparc64/sparc64/svr4_32_machdep.c Sun Sep 28 10:27:25 2003 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: svr4_32_machdep.c,v 1.15 2003/09/26 18:10:01 christos Exp $ */
+/* $NetBSD: svr4_32_machdep.c,v 1.16 2003/09/28 10:27:25 martin Exp $ */
/*-
* Copyright (c) 1994 The NetBSD Foundation, Inc.
@@ -37,7 +37,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: svr4_32_machdep.c,v 1.15 2003/09/26 18:10:01 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: svr4_32_machdep.c,v 1.16 2003/09/28 10:27:25 martin Exp $");
#ifndef _LKM
#include "opt_ddb.h"
@@ -67,6 +67,7 @@
#include <compat/svr4_32/svr4_32_syscallargs.h>
#include <compat/svr4_32/svr4_32_util.h>
#include <compat/svr4_32/svr4_32_exec.h>
+#include <compat/netbsd32/netbsd32_exec.h>
#include <machine/cpu.h>
#include <machine/psl.h>
Home |
Main Index |
Thread Index |
Old Index