diff options
| author | erh <erh@NetBSD.org> | 1998-12-08 21:02:18 +0000 |
|---|---|---|
| committer | erh <erh@NetBSD.org> | 1998-12-08 21:02:18 +0000 |
| commit | f7373c1eba331d54eb589fc766af4d2ed09d4eab (patch) | |
| tree | 46c67b00f387b936f7f7fa1a5103bcf42219854c /sys/compat/linux | |
| parent | cdc6431c25b602e2e3d00542d024adc486ab4b02 (diff) | |
Add mmap header.
Diffstat (limited to 'sys/compat/linux')
| -rw-r--r-- | sys/compat/linux/arch/alpha/linux_sysent.c | 3 | ||||
| -rw-r--r-- | sys/compat/linux/arch/alpha/syscalls.master | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/sys/compat/linux/arch/alpha/linux_sysent.c b/sys/compat/linux/arch/alpha/linux_sysent.c index 4f26a975731..6c00c5ffd3b 100644 --- a/sys/compat/linux/arch/alpha/linux_sysent.c +++ b/sys/compat/linux/arch/alpha/linux_sysent.c @@ -1,4 +1,4 @@ -/* $NetBSD: linux_sysent.c,v 1.5 1998/10/19 22:25:55 tron Exp $ */ +/* $NetBSD: linux_sysent.c,v 1.6 1998/12/08 21:02:18 erh Exp $ */ /* * System call switch table. @@ -20,6 +20,7 @@ #include <compat/linux/common/linux_msg.h> #include <compat/linux/common/linux_sem.h> #include <compat/linux/common/linux_shm.h> +#include <compat/linux/common/linux_mmap.h> #include <compat/linux/linux_syscallargs.h> #define s(type) sizeof(type) diff --git a/sys/compat/linux/arch/alpha/syscalls.master b/sys/compat/linux/arch/alpha/syscalls.master index 0a4edae3966..e6cfcb78c62 100644 --- a/sys/compat/linux/arch/alpha/syscalls.master +++ b/sys/compat/linux/arch/alpha/syscalls.master @@ -1,4 +1,4 @@ - $NetBSD: syscalls.master,v 1.4 1998/10/19 22:23:32 tron Exp $ + $NetBSD: syscalls.master,v 1.5 1998/12/08 21:02:19 erh Exp $ ; @(#)syscalls.master 8.1 (Berkeley) 7/19/93 @@ -67,6 +67,7 @@ #include <compat/linux/common/linux_msg.h> #include <compat/linux/common/linux_sem.h> #include <compat/linux/common/linux_shm.h> +#include <compat/linux/common/linux_mmap.h> ;#include <compat/linux/common/linux_machdep.h> #include <compat/linux/linux_syscallargs.h> |
