Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/amd64/amd64 Fix build with COMPAT_13.
details: https://anonhg.NetBSD.org/src/rev/06ccc3e0dc04
branches: trunk
changeset: 758842:06ccc3e0dc04
user: dholland <dholland%NetBSD.org@localhost>
date: Wed Nov 17 18:22:17 2010 +0000
description:
Fix build with COMPAT_13.
diffstat:
sys/arch/amd64/amd64/netbsd32_machdep.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 76754fc57053 -r 06ccc3e0dc04 sys/arch/amd64/amd64/netbsd32_machdep.c
--- a/sys/arch/amd64/amd64/netbsd32_machdep.c Wed Nov 17 18:03:49 2010 +0000
+++ b/sys/arch/amd64/amd64/netbsd32_machdep.c Wed Nov 17 18:22:17 2010 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: netbsd32_machdep.c,v 1.67 2010/09/05 20:52:38 chs Exp $ */
+/* $NetBSD: netbsd32_machdep.c,v 1.68 2010/11/17 18:22:17 dholland Exp $ */
/*
* Copyright (c) 2001 Wasabi Systems, Inc.
@@ -36,7 +36,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: netbsd32_machdep.c,v 1.67 2010/09/05 20:52:38 chs Exp $");
+__KERNEL_RCSID(0, "$NetBSD: netbsd32_machdep.c,v 1.68 2010/11/17 18:22:17 dholland Exp $");
#ifdef _KERNEL_OPT
#include "opt_compat_netbsd.h"
@@ -1085,7 +1085,7 @@
/*
* Check for security violations.
*/
- error = check_sigcontext32((const struct netbsd32_sigcontext *)&context, tf);
+ error = check_sigcontext32(l, (const struct netbsd32_sigcontext *)&context);
if (error != 0)
return error;
Home |
Main Index |
Thread Index |
Old Index