diff options
| author | Marcel Moolenaar <marcel@FreeBSD.org> | 2000-07-19 21:12:39 +0000 |
|---|---|---|
| committer | Marcel Moolenaar <marcel@FreeBSD.org> | 2000-07-19 21:12:39 +0000 |
| commit | e59c84c0ec1daa1599e47c8ac27d65771d429acb (patch) | |
| tree | 5d91b9367837ffd411f1194c2b0c5bc77e53d3f4 /sys/i386/linux/linux_sysent.c | |
| parent | 3344f6a053da51b1b6ed2b0d97c77fc161e6ab48 (diff) | |
Notes
Diffstat (limited to 'sys/i386/linux/linux_sysent.c')
| -rw-r--r-- | sys/i386/linux/linux_sysent.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/i386/linux/linux_sysent.c b/sys/i386/linux/linux_sysent.c index 91b4b6f96fc5..3e5484081365 100644 --- a/sys/i386/linux/linux_sysent.c +++ b/sys/i386/linux/linux_sysent.c @@ -3,7 +3,7 @@ * * DO NOT EDIT-- this file is automatically generated. * $FreeBSD$ - * created from FreeBSD: src/sys/i386/linux/syscalls.master,v 1.30.2.1 2000/07/07 01:18:21 obrien Exp + * created from FreeBSD: src/sys/i386/linux/syscalls.master,v 1.30.2.2 2000/07/19 21:11:10 marcel Exp */ #include "opt_compat.h" @@ -195,8 +195,8 @@ struct sysent linux_sysent[] = { { 0, (sy_call_t *)linux_rt_sigtimedwait }, /* 177 = linux_rt_sigtimedwait */ { 0, (sy_call_t *)linux_rt_sigqueueinfo }, /* 178 = linux_rt_sigqueueinfo */ { 2, (sy_call_t *)linux_rt_sigsuspend }, /* 179 = linux_rt_sigsuspend */ - { 0, (sy_call_t *)linux_pread }, /* 180 = linux_pread */ - { 0, (sy_call_t *)linux_pwrite }, /* 181 = linux_pwrite */ + { 5, (sy_call_t *)linux_pread }, /* 180 = linux_pread */ + { 5, (sy_call_t *)linux_pwrite }, /* 181 = linux_pwrite */ { 3, (sy_call_t *)linux_chown }, /* 182 = linux_chown */ { 2, (sy_call_t *)linux_getcwd }, /* 183 = linux_getcwd */ { 0, (sy_call_t *)linux_capget }, /* 184 = linux_capget */ |
