Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-6]: src/sys/compat/linux/arch Followup from ticket #1427. Need ...
details: https://anonhg.NetBSD.org/src/rev/5240e010ddd6
branches: netbsd-1-6
changeset: 531010:5240e010ddd6
user: jmc <jmc%NetBSD.org@localhost>
date: Thu Nov 20 04:21:35 2003 +0000
description:
Followup from ticket #1427. Need to include mmap2.h here or it won't compile
diffstat:
sys/compat/linux/arch/arm/syscalls.master | 3 ++-
sys/compat/linux/arch/m68k/syscalls.master | 3 ++-
2 files changed, 4 insertions(+), 2 deletions(-)
diffs (34 lines):
diff -r 0aaf2b780dd6 -r 5240e010ddd6 sys/compat/linux/arch/arm/syscalls.master
--- a/sys/compat/linux/arch/arm/syscalls.master Fri Nov 14 03:40:17 2003 +0000
+++ b/sys/compat/linux/arch/arm/syscalls.master Thu Nov 20 04:21:35 2003 +0000
@@ -1,4 +1,4 @@
- $NetBSD: syscalls.master,v 1.11.4.1 2003/10/22 04:03:00 jmc Exp $
+ $NetBSD: syscalls.master,v 1.11.4.2 2003/11/20 04:21:35 jmc Exp $
; Derived from sys/compat/linux/arch/*/syscalls.master
; and from Linux 2.4.12 arch/arm/kernel/calls.S
@@ -49,6 +49,7 @@
#include <compat/linux/common/linux_signal.h>
#include <compat/linux/common/linux_siginfo.h>
#include <compat/linux/common/linux_machdep.h>
+#include <compat/linux/common/linux_mmap.h>
#include <compat/linux/linux_syscallargs.h>
diff -r 0aaf2b780dd6 -r 5240e010ddd6 sys/compat/linux/arch/m68k/syscalls.master
--- a/sys/compat/linux/arch/m68k/syscalls.master Fri Nov 14 03:40:17 2003 +0000
+++ b/sys/compat/linux/arch/m68k/syscalls.master Thu Nov 20 04:21:35 2003 +0000
@@ -1,4 +1,4 @@
- $NetBSD: syscalls.master,v 1.39.4.1 2003/10/22 04:03:01 jmc Exp $
+ $NetBSD: syscalls.master,v 1.39.4.2 2003/11/20 04:21:35 jmc Exp $
; @(#)syscalls.master 8.1 (Berkeley) 7/19/93
@@ -49,6 +49,7 @@
#include <compat/linux/common/linux_signal.h>
#include <compat/linux/common/linux_siginfo.h>
#include <compat/linux/common/linux_machdep.h>
+#include <compat/linux/common/linux_mmap.h>
#include <compat/linux/linux_syscallargs.h>
Home |
Main Index |
Thread Index |
Old Index