diff options
| author | christos <christos@NetBSD.org> | 2006-06-10 21:16:49 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 2006-06-10 21:16:49 +0000 |
| commit | ee08f35b9aa9c7ec3469ec37d627cdcf0dcbedae (patch) | |
| tree | 936652e9ece1dccc022b9687b81c8fb7b76f1040 /sys/compat/linux/arch/mips/linux_sysent.c | |
| parent | c02c268f6b1250a8b99febb62c601b094cb99b6b (diff) | |
regen
Diffstat (limited to 'sys/compat/linux/arch/mips/linux_sysent.c')
| -rw-r--r-- | sys/compat/linux/arch/mips/linux_sysent.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sys/compat/linux/arch/mips/linux_sysent.c b/sys/compat/linux/arch/mips/linux_sysent.c index 6e39cf509d1..4bb144b59db 100644 --- a/sys/compat/linux/arch/mips/linux_sysent.c +++ b/sys/compat/linux/arch/mips/linux_sysent.c @@ -1,14 +1,14 @@ -/* $NetBSD: linux_sysent.c,v 1.24 2005/12/11 12:20:16 christos Exp $ */ +/* $NetBSD: linux_sysent.c,v 1.25 2006/06/10 21:16:50 christos Exp $ */ /* * System call switch table. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.19 2005/05/16 21:17:11 fvdl Exp + * created from NetBSD: syscalls.master,v 1.21 2006/06/10 21:15:33 christos Exp */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: linux_sysent.c,v 1.24 2005/12/11 12:20:16 christos Exp $"); +__KERNEL_RCSID(0, "$NetBSD: linux_sysent.c,v 1.25 2006/06/10 21:16:50 christos Exp $"); #if defined(_KERNEL_OPT) #include "opt_compat_netbsd.h" @@ -224,8 +224,8 @@ struct sysent linux_sysent[] = { sys_fchmod }, /* 94 = fchmod */ { 3, s(struct sys___posix_fchown_args), 0, sys___posix_fchown }, /* 95 = __posix_fchown */ - { 2, s(struct sys_getpriority_args), 0, - sys_getpriority }, /* 96 = getpriority */ + { 2, s(struct linux_sys_getpriority_args), 0, + linux_sys_getpriority }, /* 96 = getpriority */ { 3, s(struct sys_setpriority_args), 0, sys_setpriority }, /* 97 = setpriority */ { 0, 0, 0, |
