Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/kern use __HAVE_COMPAT_NETBSD32
details: https://anonhg.NetBSD.org/src/rev/54ea5c2895a6
branches: trunk
changeset: 350910:54ea5c2895a6
user: christos <christos%NetBSD.org@localhost>
date: Thu Jan 26 15:54:31 2017 +0000
description:
use __HAVE_COMPAT_NETBSD32
diffstat:
sys/kern/kern_proc.c | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diffs (30 lines):
diff -r a7ba73eb9eb6 -r 54ea5c2895a6 sys/kern/kern_proc.c
--- a/sys/kern/kern_proc.c Thu Jan 26 13:52:29 2017 +0000
+++ b/sys/kern/kern_proc.c Thu Jan 26 15:54:31 2017 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: kern_proc.c,v 1.202 2017/01/26 08:09:27 martin Exp $ */
+/* $NetBSD: kern_proc.c,v 1.203 2017/01/26 15:54:31 christos Exp $ */
/*-
* Copyright (c) 1999, 2006, 2007, 2008 The NetBSD Foundation, Inc.
@@ -62,7 +62,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: kern_proc.c,v 1.202 2017/01/26 08:09:27 martin Exp $");
+__KERNEL_RCSID(0, "$NetBSD: kern_proc.c,v 1.203 2017/01/26 15:54:31 christos Exp $");
#ifdef _KERNEL_OPT
#include "opt_kstack.h"
@@ -104,9 +104,10 @@
#include <uvm/uvm_extern.h>
#include <uvm/uvm.h>
-#if defined(_LP64) && !defined(COMPAT_NETBSD32) && !defined(_RUMPKERNEL)
+#if defined(__HAVE_COMPAT_NETBSD32) && !defined(COMPAT_NETBSD32)
#define COMPAT_NETBSD32
#endif
+
#ifdef COMPAT_NETBSD32
#include <compat/netbsd32/netbsd32.h>
#endif
- Prev by Date:
[src/trunk]: src/share/man/man4 Fix a typo, add a comma.
- Next by Date:
[src/trunk]: src/tests/kernel Add new test signal1 in t_ptrace_wait{, 3, 4, 6, id...
- Previous by Thread:
[src/trunk]: src/share/man/man4 Fix a typo, add a comma.
- Next by Thread:
[src/trunk]: src/tests/kernel Add new test signal1 in t_ptrace_wait{, 3, 4, 6, id...
- Indexes:
Home |
Main Index |
Thread Index |
Old Index