Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/compat/linux/arch/arm Add missing <machine/pcb.h> include
details: https://anonhg.NetBSD.org/src/rev/7a79381850e7
branches: trunk
changeset: 781400:7a79381850e7
user: matt <matt%NetBSD.org@localhost>
date: Tue Sep 04 00:08:59 2012 +0000
description:
Add missing <machine/pcb.h> include
diffstat:
sys/compat/linux/arch/arm/linux_ptrace.c | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (26 lines):
diff -r b9c298241787 -r 7a79381850e7 sys/compat/linux/arch/arm/linux_ptrace.c
--- a/sys/compat/linux/arch/arm/linux_ptrace.c Mon Sep 03 22:49:54 2012 +0000
+++ b/sys/compat/linux/arch/arm/linux_ptrace.c Tue Sep 04 00:08:59 2012 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: linux_ptrace.c,v 1.16 2010/07/07 01:30:33 chs Exp $ */
+/* $NetBSD: linux_ptrace.c,v 1.17 2012/09/04 00:08:59 matt Exp $ */
/*-
* Copyright (c) 1999 The NetBSD Foundation, Inc.
@@ -31,7 +31,7 @@
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: linux_ptrace.c,v 1.16 2010/07/07 01:30:33 chs Exp $");
+__KERNEL_RCSID(0, "$NetBSD: linux_ptrace.c,v 1.17 2012/09/04 00:08:59 matt Exp $");
#include <sys/param.h>
#include <sys/malloc.h>
@@ -43,6 +43,7 @@
#include <uvm/uvm_extern.h>
#include <machine/reg.h>
+#include <machine/pcb.h>
#include <compat/linux/common/linux_types.h>
#include <compat/linux/common/linux_ptrace.h>
Home |
Main Index |
Thread Index |
Old Index