diff options
| author | he <he@NetBSD.org> | 2006-06-13 22:24:34 +0000 |
|---|---|---|
| committer | he <he@NetBSD.org> | 2006-06-13 22:24:34 +0000 |
| commit | fe98fdf977df7bda23865c3cc810cae8a38ac294 (patch) | |
| tree | af9165a6724fa86bd703190576b5ab426ac398e8 /sys/compat/linux/arch | |
| parent | e100449f69db2fa3c12353887a47c50a57e4cfa3 (diff) | |
Regenerate after fixing the getpriority syscall definition.
Diffstat (limited to 'sys/compat/linux/arch')
| -rw-r--r-- | sys/compat/linux/arch/m68k/linux_syscall.h | 8 | ||||
| -rw-r--r-- | sys/compat/linux/arch/m68k/linux_syscallargs.h | 15 | ||||
| -rw-r--r-- | sys/compat/linux/arch/m68k/linux_syscalls.c | 6 | ||||
| -rw-r--r-- | sys/compat/linux/arch/m68k/linux_sysent.c | 6 |
4 files changed, 18 insertions, 17 deletions
diff --git a/sys/compat/linux/arch/m68k/linux_syscall.h b/sys/compat/linux/arch/m68k/linux_syscall.h index eb6fb858d9f..e9c4d822fd1 100644 --- a/sys/compat/linux/arch/m68k/linux_syscall.h +++ b/sys/compat/linux/arch/m68k/linux_syscall.h @@ -1,15 +1,12 @@ -/* $NetBSD: linux_syscall.h,v 1.55 2006/06/10 21:16:49 christos Exp $ */ +/* $NetBSD: linux_syscall.h,v 1.56 2006/06/13 22:24:34 he Exp $ */ /* * System call numbers. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.49 2006/06/10 21:15:33 christos Exp + * created from NetBSD: syscalls.master,v 1.50 2006/06/13 22:23:03 he Exp */ -#ifndef _LINUX_SYS_SYSCALL_H_ -#define _LINUX_SYS_SYSCALL_H_ - /* syscall: "syscall" ret: "int" args: */ #define LINUX_SYS_syscall 0 @@ -614,4 +611,3 @@ #define LINUX_SYS_MAXSYSCALL 263 #define LINUX_SYS_NSYSENT 512 -#endif /* _LINUX_SYS_SYSCALL_H_ */ diff --git a/sys/compat/linux/arch/m68k/linux_syscallargs.h b/sys/compat/linux/arch/m68k/linux_syscallargs.h index b45d2a77780..a669b895bf9 100644 --- a/sys/compat/linux/arch/m68k/linux_syscallargs.h +++ b/sys/compat/linux/arch/m68k/linux_syscallargs.h @@ -1,14 +1,14 @@ -/* $NetBSD: linux_syscallargs.h,v 1.54 2006/06/10 21:16:50 christos Exp $ */ +/* $NetBSD: linux_syscallargs.h,v 1.55 2006/06/13 22:24:34 he Exp $ */ /* * System call argument lists. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.49 2006/06/10 21:15:33 christos Exp + * created from NetBSD: syscalls.master,v 1.50 2006/06/13 22:23:03 he Exp */ -#ifndef _LINUX_SYS_SYSCALLARGS_H_ -#define _LINUX_SYS_SYSCALLARGS_H_ +#ifndef _LINUX_SYS__SYSCALLARGS_H_ +#define _LINUX_SYS__SYSCALLARGS_H_ #ifdef syscallarg #undef syscallarg @@ -287,6 +287,11 @@ struct linux_sys_fchown16_args { syscallarg(int) gid; }; +struct linux_sys_getpriority_args { + syscallarg(int) which; + syscallarg(int) who; +}; + struct linux_sys_statfs_args { syscallarg(const char *) path; syscallarg(struct linux_statfs *) sp; @@ -1078,4 +1083,4 @@ int linux_sys_clock_getres(struct lwp *, void *, register_t *); int linux_sys_clock_nanosleep(struct lwp *, void *, register_t *); -#endif /* _LINUX_SYS_SYSCALLARGS_H_ */ +#endif /* _LINUX_SYS__SYSCALLARGS_H_ */ diff --git a/sys/compat/linux/arch/m68k/linux_syscalls.c b/sys/compat/linux/arch/m68k/linux_syscalls.c index da81d4841ed..6db2590eee2 100644 --- a/sys/compat/linux/arch/m68k/linux_syscalls.c +++ b/sys/compat/linux/arch/m68k/linux_syscalls.c @@ -1,14 +1,14 @@ -/* $NetBSD: linux_syscalls.c,v 1.55 2006/06/10 21:16:50 christos Exp $ */ +/* $NetBSD: linux_syscalls.c,v 1.56 2006/06/13 22:24:34 he Exp $ */ /* * System call names. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.49 2006/06/10 21:15:33 christos Exp + * created from NetBSD: syscalls.master,v 1.50 2006/06/13 22:23:03 he Exp */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: linux_syscalls.c,v 1.55 2006/06/10 21:16:50 christos Exp $"); +__KERNEL_RCSID(0, "$NetBSD: linux_syscalls.c,v 1.56 2006/06/13 22:24:34 he Exp $"); #if defined(_KERNEL_OPT) #if defined(_KERNEL_OPT) diff --git a/sys/compat/linux/arch/m68k/linux_sysent.c b/sys/compat/linux/arch/m68k/linux_sysent.c index 5f763e5f747..8da70bff5d4 100644 --- a/sys/compat/linux/arch/m68k/linux_sysent.c +++ b/sys/compat/linux/arch/m68k/linux_sysent.c @@ -1,14 +1,14 @@ -/* $NetBSD: linux_sysent.c,v 1.55 2006/06/10 21:16:50 christos Exp $ */ +/* $NetBSD: linux_sysent.c,v 1.56 2006/06/13 22:24:34 he Exp $ */ /* * System call switch table. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.49 2006/06/10 21:15:33 christos Exp + * created from NetBSD: syscalls.master,v 1.50 2006/06/13 22:23:03 he Exp */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: linux_sysent.c,v 1.55 2006/06/10 21:16:50 christos Exp $"); +__KERNEL_RCSID(0, "$NetBSD: linux_sysent.c,v 1.56 2006/06/13 22:24:34 he Exp $"); #if defined(_KERNEL_OPT) #include "opt_compat_netbsd.h" |
