diff options
author | jasoni <jasoni@cvs.openbsd.org> | 2001-07-03 15:32:58 +0000 |
---|---|---|
committer | jasoni <jasoni@cvs.openbsd.org> | 2001-07-03 15:32:58 +0000 |
commit | e8712d4ea7961805b78a61fdb211a68cb94863d5 (patch) | |
tree | bcca988751ce54096cc6e53c88cc3daf0dd2dd10 /sys/compat/linux | |
parent | 88ff8c31291a0ada6abf807bccd64a2190110110 (diff) |
sync
Diffstat (limited to 'sys/compat/linux')
-rw-r--r-- | sys/compat/linux/linux_syscall.h | 72 | ||||
-rw-r--r-- | sys/compat/linux/linux_syscallargs.h | 28 | ||||
-rw-r--r-- | sys/compat/linux/linux_syscalls.c | 38 | ||||
-rw-r--r-- | sys/compat/linux/linux_sysent.c | 50 |
4 files changed, 94 insertions, 94 deletions
diff --git a/sys/compat/linux/linux_syscall.h b/sys/compat/linux/linux_syscall.h index fd7e3019f30..98a378f182a 100644 --- a/sys/compat/linux/linux_syscall.h +++ b/sys/compat/linux/linux_syscall.h @@ -1,10 +1,10 @@ -/* $OpenBSD: linux_syscall.h,v 1.27 2001/04/02 21:44:45 niklas Exp $ */ +/* $OpenBSD: linux_syscall.h,v 1.28 2001/07/03 15:32:56 jasoni Exp $ */ /* * System call numbers. * * DO NOT EDIT-- this file is automatically generated. - * created from OpenBSD: syscalls.master,v 1.28 2001/04/02 21:43:11 niklas Exp + * created from OpenBSD: syscalls.master,v 1.29 2001/07/03 15:32:34 jasoni Exp */ /* syscall: "syscall" ret: "int" args: */ @@ -55,8 +55,8 @@ /* syscall: "chmod" ret: "int" args: "char *" "int" */ #define LINUX_SYS_chmod 15 -/* syscall: "lchown" ret: "int" args: "char *" "int" "int" */ -#define LINUX_SYS_lchown 16 +/* syscall: "lchown16" ret: "int" args: "char *" "int" "int" */ +#define LINUX_SYS_lchown16 16 /* syscall: "break" ret: "int" args: "char *" */ #define LINUX_SYS_break 17 @@ -76,11 +76,11 @@ /* syscall: "umount" ret: "int" args: "char *" */ #define LINUX_SYS_umount 22 -/* syscall: "setuid" ret: "int" args: "uid_t" */ -#define LINUX_SYS_setuid 23 +/* syscall: "linux_setuid16" ret: "int" args: "uid_t" */ +#define LINUX_SYS_linux_setuid16 23 -/* syscall: "getuid" ret: "uid_t" args: */ -#define LINUX_SYS_getuid 24 +/* syscall: "linux_getuid16" ret: "uid_t" args: */ +#define LINUX_SYS_linux_getuid16 24 /* syscall: "stime" ret: "int" args: "linux_time_t *" */ #define LINUX_SYS_stime 25 @@ -145,20 +145,20 @@ /* syscall: "brk" ret: "int" args: "char *" */ #define LINUX_SYS_brk 45 -/* syscall: "setgid" ret: "int" args: "gid_t" */ -#define LINUX_SYS_setgid 46 +/* syscall: "linux_setgid16" ret: "int" args: "gid_t" */ +#define LINUX_SYS_linux_setgid16 46 -/* syscall: "getgid" ret: "gid_t" args: */ -#define LINUX_SYS_getgid 47 +/* syscall: "linux_getgid16" ret: "gid_t" args: */ +#define LINUX_SYS_linux_getgid16 47 /* syscall: "signal" ret: "int" args: "int" "linux_handler_t" */ #define LINUX_SYS_signal 48 -/* syscall: "geteuid" ret: "uid_t" args: */ -#define LINUX_SYS_geteuid 49 +/* syscall: "linux_geteuid16" ret: "uid_t" args: */ +#define LINUX_SYS_linux_geteuid16 49 -/* syscall: "getegid" ret: "gid_t" args: */ -#define LINUX_SYS_getegid 50 +/* syscall: "linux_getegid16" ret: "gid_t" args: */ +#define LINUX_SYS_linux_getegid16 50 /* syscall: "acct" ret: "int" args: "char *" */ #define LINUX_SYS_acct 51 @@ -217,11 +217,11 @@ /* syscall: "sigsetmask" ret: "int" args: "linux_old_sigset_t" */ #define LINUX_SYS_sigsetmask 69 -/* syscall: "setreuid" ret: "int" args: "int" "int" */ -#define LINUX_SYS_setreuid 70 +/* syscall: "setreuid16" ret: "int" args: "int" "int" */ +#define LINUX_SYS_setreuid16 70 -/* syscall: "setregid" ret: "int" args: "int" "int" */ -#define LINUX_SYS_setregid 71 +/* syscall: "setregid16" ret: "int" args: "int" "int" */ +#define LINUX_SYS_setregid16 71 /* syscall: "sigsuspend" ret: "int" args: "caddr_t" "int" "int" */ #define LINUX_SYS_sigsuspend 72 @@ -247,11 +247,11 @@ /* syscall: "settimeofday" ret: "int" args: "struct timeval *" "struct timezone *" */ #define LINUX_SYS_settimeofday 79 -/* syscall: "getgroups" ret: "int" args: "u_int" "gid_t *" */ -#define LINUX_SYS_getgroups 80 +/* syscall: "linux_getgroups" ret: "int" args: "u_int" "gid_t *" */ +#define LINUX_SYS_linux_getgroups 80 -/* syscall: "setgroups" ret: "int" args: "u_int" "gid_t *" */ -#define LINUX_SYS_setgroups 81 +/* syscall: "linux_setgroups" ret: "int" args: "u_int" "gid_t *" */ +#define LINUX_SYS_linux_setgroups 81 /* syscall: "oldselect" ret: "int" args: "struct linux_select *" */ #define LINUX_SYS_oldselect 82 @@ -292,8 +292,8 @@ /* syscall: "fchmod" ret: "int" args: "int" "int" */ #define LINUX_SYS_fchmod 94 -/* syscall: "fchown" ret: "int" args: "int" "int" "int" */ -#define LINUX_SYS_fchown 95 +/* syscall: "fchown16" ret: "int" args: "int" "int" "int" */ +#define LINUX_SYS_fchown16 95 /* syscall: "getpriority" ret: "int" args: "int" "int" */ #define LINUX_SYS_getpriority 96 @@ -430,11 +430,11 @@ /* syscall: "afs_syscall" ret: "int" args: */ #define LINUX_SYS_afs_syscall 137 -/* syscall: "setfsuid" ret: "int" args: "uid_t" */ -#define LINUX_SYS_setfsuid 138 +/* syscall: "linux_setfsuid16" ret: "int" args: "uid_t" */ +#define LINUX_SYS_linux_setfsuid16 138 -/* syscall: "getfsuid" ret: "int" args: */ -#define LINUX_SYS_getfsuid 139 +/* syscall: "linux_getfsuid16" ret: "int" args: */ +#define LINUX_SYS_linux_getfsuid16 139 /* syscall: "llseek" ret: "int" args: "int" "u_int32_t" "u_int32_t" "caddr_t" "int" */ #define LINUX_SYS_llseek 140 @@ -508,11 +508,11 @@ /* syscall: "mremap" ret: "int" args: "void *" "size_t" "size_t" "long" */ #define LINUX_SYS_mremap 163 -/* syscall: "setresuid" ret: "int" args: "uid_t" "uid_t" "uid_t" */ -#define LINUX_SYS_setresuid 164 +/* syscall: "setresuid16" ret: "int" args: "uid_t" "uid_t" "uid_t" */ +#define LINUX_SYS_setresuid16 164 -/* syscall: "getresuid" ret: "int" args: "uid_t *" "uid_t *" "uid_t *" */ -#define LINUX_SYS_getresuid 165 +/* syscall: "linux_getresuid16" ret: "int" args: "uid_t *" "uid_t *" "uid_t *" */ +#define LINUX_SYS_linux_getresuid16 165 /* syscall: "vm86" ret: "int" args: */ #define LINUX_SYS_vm86 166 @@ -562,8 +562,8 @@ /* syscall: "pwrite" ret: "int" args: "int" "char *" "size_t" "linux_off_t" */ #define LINUX_SYS_pwrite 181 -/* syscall: "chown" ret: "int" args: "char *" "int" "int" */ -#define LINUX_SYS_chown 182 +/* syscall: "chown16" ret: "int" args: "char *" "int" "int" */ +#define LINUX_SYS_chown16 182 /* syscall: "getcwd" ret: "int" args: "char *" "size_t" */ #define LINUX_SYS_getcwd 183 diff --git a/sys/compat/linux/linux_syscallargs.h b/sys/compat/linux/linux_syscallargs.h index abb4a9ccdfd..94ea940aeef 100644 --- a/sys/compat/linux/linux_syscallargs.h +++ b/sys/compat/linux/linux_syscallargs.h @@ -1,10 +1,10 @@ -/* $OpenBSD: linux_syscallargs.h,v 1.28 2001/04/02 21:44:46 niklas Exp $ */ +/* $OpenBSD: linux_syscallargs.h,v 1.29 2001/07/03 15:32:56 jasoni Exp $ */ /* * System call argument lists. * * DO NOT EDIT-- this file is automatically generated. - * created from OpenBSD: syscalls.master,v 1.28 2001/04/02 21:43:11 niklas Exp + * created from OpenBSD: syscalls.master,v 1.29 2001/07/03 15:32:34 jasoni Exp */ #define syscallarg(x) union { x datum; register_t pad; } @@ -55,7 +55,7 @@ struct linux_sys_chmod_args { syscallarg(int) mode; }; -struct linux_sys_lchown_args { +struct linux_sys_lchown16_args { syscallarg(char *) path; syscallarg(int) uid; syscallarg(int) gid; @@ -161,12 +161,12 @@ struct linux_sys_sigsetmask_args { syscallarg(linux_old_sigset_t) mask; }; -struct linux_sys_setreuid_args { +struct linux_sys_setreuid16_args { syscallarg(int) ruid; syscallarg(int) euid; }; -struct linux_sys_setregid_args { +struct linux_sys_setregid16_args { syscallarg(int) rgid; syscallarg(int) egid; }; @@ -225,7 +225,7 @@ struct linux_sys_truncate_args { syscallarg(long) length; }; -struct linux_sys_fchown_args { +struct linux_sys_fchown16_args { syscallarg(int) fd; syscallarg(int) uid; syscallarg(int) gid; @@ -396,7 +396,7 @@ struct linux_sys_mremap_args { syscallarg(long) flags; }; -struct linux_sys_setresuid_args { +struct linux_sys_setresuid16_args { syscallarg(uid_t) ruid; syscallarg(uid_t) euid; syscallarg(uid_t) suid; @@ -462,7 +462,7 @@ struct linux_sys_pwrite_args { syscallarg(linux_off_t) offset; }; -struct linux_sys_chown_args { +struct linux_sys_chown16_args { syscallarg(char *) path; syscallarg(int) uid; syscallarg(int) gid; @@ -523,7 +523,7 @@ int linux_sys_chdir __P((struct proc *, void *, register_t *)); int linux_sys_time __P((struct proc *, void *, register_t *)); int linux_sys_mknod __P((struct proc *, void *, register_t *)); int linux_sys_chmod __P((struct proc *, void *, register_t *)); -int linux_sys_lchown __P((struct proc *, void *, register_t *)); +int linux_sys_lchown16 __P((struct proc *, void *, register_t *)); int linux_sys_break __P((struct proc *, void *, register_t *)); int linux_sys_ostat __P((struct proc *, void *, register_t *)); int compat_43_sys_lseek __P((struct proc *, void *, register_t *)); @@ -577,8 +577,8 @@ int sys_setsid __P((struct proc *, void *, register_t *)); int linux_sys_sigaction __P((struct proc *, void *, register_t *)); int linux_sys_siggetmask __P((struct proc *, void *, register_t *)); int linux_sys_sigsetmask __P((struct proc *, void *, register_t *)); -int linux_sys_setreuid __P((struct proc *, void *, register_t *)); -int linux_sys_setregid __P((struct proc *, void *, register_t *)); +int linux_sys_setreuid16 __P((struct proc *, void *, register_t *)); +int linux_sys_setregid16 __P((struct proc *, void *, register_t *)); int linux_sys_sigsuspend __P((struct proc *, void *, register_t *)); int linux_sys_sigpending __P((struct proc *, void *, register_t *)); int compat_43_sys_sethostname __P((struct proc *, void *, register_t *)); @@ -602,7 +602,7 @@ int sys_munmap __P((struct proc *, void *, register_t *)); int linux_sys_truncate __P((struct proc *, void *, register_t *)); int compat_43_sys_ftruncate __P((struct proc *, void *, register_t *)); int sys_fchmod __P((struct proc *, void *, register_t *)); -int linux_sys_fchown __P((struct proc *, void *, register_t *)); +int linux_sys_fchown16 __P((struct proc *, void *, register_t *)); int sys_getpriority __P((struct proc *, void *, register_t *)); int sys_setpriority __P((struct proc *, void *, register_t *)); int sys_profil __P((struct proc *, void *, register_t *)); @@ -683,7 +683,7 @@ int linux_sys_sched_get_priority_min __P((struct proc *, void *, register_t *)); int linux_sys_sched_rr_get_interval __P((struct proc *, void *, register_t *)); int sys_nanosleep __P((struct proc *, void *, register_t *)); int linux_sys_mremap __P((struct proc *, void *, register_t *)); -int linux_sys_setresuid __P((struct proc *, void *, register_t *)); +int linux_sys_setresuid16 __P((struct proc *, void *, register_t *)); int linux_sys_getresuid __P((struct proc *, void *, register_t *)); int linux_sys_vm86 __P((struct proc *, void *, register_t *)); int linux_sys_query_module __P((struct proc *, void *, register_t *)); @@ -701,7 +701,7 @@ int linux_sys_rt_queueinfo __P((struct proc *, void *, register_t *)); int linux_sys_rt_sigsuspend __P((struct proc *, void *, register_t *)); int linux_sys_pread __P((struct proc *, void *, register_t *)); int linux_sys_pwrite __P((struct proc *, void *, register_t *)); -int linux_sys_chown __P((struct proc *, void *, register_t *)); +int linux_sys_chown16 __P((struct proc *, void *, register_t *)); int linux_sys_getcwd __P((struct proc *, void *, register_t *)); int linux_sys_capget __P((struct proc *, void *, register_t *)); int linux_sys_capset __P((struct proc *, void *, register_t *)); diff --git a/sys/compat/linux/linux_syscalls.c b/sys/compat/linux/linux_syscalls.c index 9f0df53a860..cb5df7fdd0d 100644 --- a/sys/compat/linux/linux_syscalls.c +++ b/sys/compat/linux/linux_syscalls.c @@ -1,10 +1,10 @@ -/* $OpenBSD: linux_syscalls.c,v 1.27 2001/04/02 21:44:46 niklas Exp $ */ +/* $OpenBSD: linux_syscalls.c,v 1.28 2001/07/03 15:32:56 jasoni Exp $ */ /* * System call names. * * DO NOT EDIT-- this file is automatically generated. - * created from OpenBSD: syscalls.master,v 1.28 2001/04/02 21:43:11 niklas Exp + * created from OpenBSD: syscalls.master,v 1.29 2001/07/03 15:32:34 jasoni Exp */ char *linux_syscallnames[] = { @@ -24,15 +24,15 @@ char *linux_syscallnames[] = { "time", /* 13 = time */ "mknod", /* 14 = mknod */ "chmod", /* 15 = chmod */ - "lchown", /* 16 = lchown */ + "lchown16", /* 16 = lchown16 */ "break", /* 17 = break */ "ostat", /* 18 = ostat */ "lseek", /* 19 = lseek */ "getpid", /* 20 = getpid */ "mount", /* 21 = mount */ "umount", /* 22 = umount */ - "setuid", /* 23 = setuid */ - "getuid", /* 24 = getuid */ + "linux_setuid16", /* 23 = linux_setuid16 */ + "linux_getuid16", /* 24 = linux_getuid16 */ "stime", /* 25 = stime */ "ptrace", /* 26 = ptrace */ "alarm", /* 27 = alarm */ @@ -54,11 +54,11 @@ char *linux_syscallnames[] = { "times", /* 43 = times */ "prof", /* 44 = prof */ "brk", /* 45 = brk */ - "setgid", /* 46 = setgid */ - "getgid", /* 47 = getgid */ + "linux_setgid16", /* 46 = linux_setgid16 */ + "linux_getgid16", /* 47 = linux_getgid16 */ "signal", /* 48 = signal */ - "geteuid", /* 49 = geteuid */ - "getegid", /* 50 = getegid */ + "linux_geteuid16", /* 49 = linux_geteuid16 */ + "linux_getegid16", /* 50 = linux_getegid16 */ "acct", /* 51 = acct */ "phys", /* 52 = phys */ "lock", /* 53 = lock */ @@ -78,8 +78,8 @@ char *linux_syscallnames[] = { "sigaction", /* 67 = sigaction */ "siggetmask", /* 68 = siggetmask */ "sigsetmask", /* 69 = sigsetmask */ - "setreuid", /* 70 = setreuid */ - "setregid", /* 71 = setregid */ + "setreuid16", /* 70 = setreuid16 */ + "setregid16", /* 71 = setregid16 */ "sigsuspend", /* 72 = sigsuspend */ "sigpending", /* 73 = sigpending */ "sethostname", /* 74 = sethostname */ @@ -88,8 +88,8 @@ char *linux_syscallnames[] = { "getrusage", /* 77 = getrusage */ "gettimeofday", /* 78 = gettimeofday */ "settimeofday", /* 79 = settimeofday */ - "getgroups", /* 80 = getgroups */ - "setgroups", /* 81 = setgroups */ + "linux_getgroups", /* 80 = linux_getgroups */ + "linux_setgroups", /* 81 = linux_setgroups */ "oldselect", /* 82 = oldselect */ "symlink", /* 83 = symlink */ "olstat", /* 84 = olstat */ @@ -103,7 +103,7 @@ char *linux_syscallnames[] = { "truncate", /* 92 = truncate */ "ftruncate", /* 93 = ftruncate */ "fchmod", /* 94 = fchmod */ - "fchown", /* 95 = fchown */ + "fchown16", /* 95 = fchown16 */ "getpriority", /* 96 = getpriority */ "setpriority", /* 97 = setpriority */ "profil", /* 98 = profil */ @@ -158,8 +158,8 @@ char *linux_syscallnames[] = { "sysfs", /* 135 = sysfs */ "personality", /* 136 = personality */ "afs_syscall", /* 137 = afs_syscall */ - "setfsuid", /* 138 = setfsuid */ - "getfsuid", /* 139 = getfsuid */ + "linux_setfsuid16", /* 138 = linux_setfsuid16 */ + "linux_getfsuid16", /* 139 = linux_getfsuid16 */ "llseek", /* 140 = llseek */ "getdents", /* 141 = getdents */ "select", /* 142 = select */ @@ -184,8 +184,8 @@ char *linux_syscallnames[] = { "sched_rr_get_interval", /* 161 = sched_rr_get_interval */ "nanosleep", /* 162 = nanosleep */ "mremap", /* 163 = mremap */ - "setresuid", /* 164 = setresuid */ - "getresuid", /* 165 = getresuid */ + "setresuid16", /* 164 = setresuid16 */ + "linux_getresuid16", /* 165 = linux_getresuid16 */ "vm86", /* 166 = vm86 */ "query_module", /* 167 = query_module */ "poll", /* 168 = poll */ @@ -202,7 +202,7 @@ char *linux_syscallnames[] = { "rt_sigsuspend", /* 179 = rt_sigsuspend */ "pread", /* 180 = pread */ "pwrite", /* 181 = pwrite */ - "chown", /* 182 = chown */ + "chown16", /* 182 = chown16 */ "getcwd", /* 183 = getcwd */ "capget", /* 184 = capget */ "capset", /* 185 = capset */ diff --git a/sys/compat/linux/linux_sysent.c b/sys/compat/linux/linux_sysent.c index 7bc0259fcb1..586d05dd98a 100644 --- a/sys/compat/linux/linux_sysent.c +++ b/sys/compat/linux/linux_sysent.c @@ -1,10 +1,10 @@ -/* $OpenBSD: linux_sysent.c,v 1.28 2001/04/02 21:44:46 niklas Exp $ */ +/* $OpenBSD: linux_sysent.c,v 1.29 2001/07/03 15:32:57 jasoni Exp $ */ /* * System call switch table. * * DO NOT EDIT-- this file is automatically generated. - * created from OpenBSD: syscalls.master,v 1.28 2001/04/02 21:43:11 niklas Exp + * created from OpenBSD: syscalls.master,v 1.29 2001/07/03 15:32:34 jasoni Exp */ #include <sys/param.h> @@ -52,8 +52,8 @@ struct sysent linux_sysent[] = { linux_sys_mknod }, /* 14 = mknod */ { 2, s(struct linux_sys_chmod_args), linux_sys_chmod }, /* 15 = chmod */ - { 3, s(struct linux_sys_lchown_args), - linux_sys_lchown }, /* 16 = lchown */ + { 3, s(struct linux_sys_lchown16_args), + linux_sys_lchown16 }, /* 16 = lchown16 */ { 1, s(struct linux_sys_break_args), linux_sys_break }, /* 17 = break */ { 0, 0, @@ -67,9 +67,9 @@ struct sysent linux_sysent[] = { { 1, s(struct linux_sys_umount_args), linux_sys_umount }, /* 22 = umount */ { 1, s(struct sys_setuid_args), - sys_setuid }, /* 23 = setuid */ + sys_setuid }, /* 23 = linux_setuid16 */ { 0, 0, - sys_getuid }, /* 24 = getuid */ + sys_getuid }, /* 24 = linux_getuid16 */ { 1, s(struct linux_sys_stime_args), linux_sys_stime }, /* 25 = stime */ { 0, 0, @@ -113,15 +113,15 @@ struct sysent linux_sysent[] = { { 1, s(struct linux_sys_brk_args), linux_sys_brk }, /* 45 = brk */ { 1, s(struct sys_setgid_args), - sys_setgid }, /* 46 = setgid */ + sys_setgid }, /* 46 = linux_setgid16 */ { 0, 0, - sys_getgid }, /* 47 = getgid */ + sys_getgid }, /* 47 = linux_getgid16 */ { 2, s(struct linux_sys_signal_args), linux_sys_signal }, /* 48 = signal */ { 0, 0, - sys_geteuid }, /* 49 = geteuid */ + sys_geteuid }, /* 49 = linux_geteuid16 */ { 0, 0, - sys_getegid }, /* 50 = getegid */ + sys_getegid }, /* 50 = linux_getegid16 */ { 1, s(struct sys_acct_args), sys_acct }, /* 51 = acct */ { 0, 0, @@ -160,10 +160,10 @@ struct sysent linux_sysent[] = { linux_sys_siggetmask }, /* 68 = siggetmask */ { 1, s(struct linux_sys_sigsetmask_args), linux_sys_sigsetmask }, /* 69 = sigsetmask */ - { 2, s(struct linux_sys_setreuid_args), - linux_sys_setreuid }, /* 70 = setreuid */ - { 2, s(struct linux_sys_setregid_args), - linux_sys_setregid }, /* 71 = setregid */ + { 2, s(struct linux_sys_setreuid16_args), + linux_sys_setreuid16 }, /* 70 = setreuid16 */ + { 2, s(struct linux_sys_setregid16_args), + linux_sys_setregid16 }, /* 71 = setregid16 */ { 3, s(struct linux_sys_sigsuspend_args), linux_sys_sigsuspend }, /* 72 = sigsuspend */ { 1, s(struct linux_sys_sigpending_args), @@ -181,9 +181,9 @@ struct sysent linux_sysent[] = { { 2, s(struct sys_settimeofday_args), sys_settimeofday }, /* 79 = settimeofday */ { 2, s(struct sys_getgroups_args), - sys_getgroups }, /* 80 = getgroups */ + sys_getgroups }, /* 80 = linux_getgroups */ { 2, s(struct sys_setgroups_args), - sys_setgroups }, /* 81 = setgroups */ + sys_setgroups }, /* 81 = linux_setgroups */ { 1, s(struct linux_sys_oldselect_args), linux_sys_oldselect }, /* 82 = oldselect */ { 2, s(struct linux_sys_symlink_args), @@ -210,8 +210,8 @@ struct sysent linux_sysent[] = { compat_43_sys_ftruncate }, /* 93 = ftruncate */ { 2, s(struct sys_fchmod_args), sys_fchmod }, /* 94 = fchmod */ - { 3, s(struct linux_sys_fchown_args), - linux_sys_fchown }, /* 95 = fchown */ + { 3, s(struct linux_sys_fchown16_args), + linux_sys_fchown16 }, /* 95 = fchown16 */ { 2, s(struct sys_getpriority_args), sys_getpriority }, /* 96 = getpriority */ { 3, s(struct sys_setpriority_args), @@ -312,9 +312,9 @@ struct sysent linux_sysent[] = { { 0, 0, linux_sys_afs_syscall }, /* 137 = afs_syscall */ { 1, s(struct linux_sys_setfsuid_args), - linux_sys_setfsuid }, /* 138 = setfsuid */ + linux_sys_setfsuid }, /* 138 = linux_setfsuid16 */ { 0, 0, - linux_sys_getfsuid }, /* 139 = getfsuid */ + linux_sys_getfsuid }, /* 139 = linux_getfsuid16 */ { 5, s(struct linux_sys_llseek_args), linux_sys_llseek }, /* 140 = llseek */ { 3, s(struct linux_sys_getdents_args), @@ -363,10 +363,10 @@ struct sysent linux_sysent[] = { sys_nanosleep }, /* 162 = nanosleep */ { 4, s(struct linux_sys_mremap_args), linux_sys_mremap }, /* 163 = mremap */ - { 3, s(struct linux_sys_setresuid_args), - linux_sys_setresuid }, /* 164 = setresuid */ + { 3, s(struct linux_sys_setresuid16_args), + linux_sys_setresuid16 }, /* 164 = setresuid16 */ { 3, s(struct linux_sys_getresuid_args), - linux_sys_getresuid }, /* 165 = getresuid */ + linux_sys_getresuid }, /* 165 = linux_getresuid16 */ { 0, 0, linux_sys_vm86 }, /* 166 = vm86 */ { 0, 0, @@ -399,8 +399,8 @@ struct sysent linux_sysent[] = { linux_sys_pread }, /* 180 = pread */ { 4, s(struct linux_sys_pwrite_args), linux_sys_pwrite }, /* 181 = pwrite */ - { 3, s(struct linux_sys_chown_args), - linux_sys_chown }, /* 182 = chown */ + { 3, s(struct linux_sys_chown16_args), + linux_sys_chown16 }, /* 182 = chown16 */ { 2, s(struct linux_sys_getcwd_args), linux_sys_getcwd }, /* 183 = getcwd */ { 0, 0, |