summaryrefslogtreecommitdiff
path: root/sys/compat/linux/linux_sysent.c
diff options
context:
space:
mode:
authorjasoni <jasoni@cvs.openbsd.org>2002-06-05 19:43:45 +0000
committerjasoni <jasoni@cvs.openbsd.org>2002-06-05 19:43:45 +0000
commit8584ed4323d1717cecdf8ef24361d6714bc405d3 (patch)
treea14463e9bd0a9784bae88cc94f7e89c7f486d5fd /sys/compat/linux/linux_sysent.c
parent4bed8e3cfea9090e7c0f12c763c3f8bfb6703594 (diff)
regen
Diffstat (limited to 'sys/compat/linux/linux_sysent.c')
-rw-r--r--sys/compat/linux/linux_sysent.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/sys/compat/linux/linux_sysent.c b/sys/compat/linux/linux_sysent.c
index 2875f99c9bd..93c5b9b3b31 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.35 2002/03/14 00:44:20 miod Exp $ */
+/* $OpenBSD: linux_sysent.c,v 1.36 2002/06/05 19:43:44 jasoni Exp $ */
/*
* System call switch table.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from OpenBSD: syscalls.master,v 1.33 2002/03/14 00:42:25 miod Exp
+ * created from OpenBSD: syscalls.master,v 1.34 2002/06/05 19:43:25 jasoni Exp
*/
#include <sys/param.h>
@@ -61,7 +61,7 @@ struct sysent linux_sysent[] = {
{ 3, s(struct compat_43_sys_lseek_args),
compat_43_sys_lseek }, /* 19 = lseek */
{ 0, 0,
- sys_getpid }, /* 20 = getpid */
+ linux_sys_getpid }, /* 20 = getpid */
{ 5, s(struct linux_sys_mount_args),
linux_sys_mount }, /* 21 = mount */
{ 1, s(struct linux_sys_umount_args),
@@ -69,7 +69,7 @@ struct sysent linux_sysent[] = {
{ 1, s(struct sys_setuid_args),
sys_setuid }, /* 23 = linux_setuid16 */
{ 0, 0,
- sys_getuid }, /* 24 = linux_getuid16 */
+ linux_sys_getuid }, /* 24 = linux_getuid16 */
{ 1, s(struct linux_sys_stime_args),
linux_sys_stime }, /* 25 = stime */
#ifdef PTRACE
@@ -120,7 +120,7 @@ struct sysent linux_sysent[] = {
{ 1, s(struct sys_setgid_args),
sys_setgid }, /* 46 = linux_setgid16 */
{ 0, 0,
- sys_getgid }, /* 47 = linux_getgid16 */
+ linux_sys_getgid }, /* 47 = linux_getgid16 */
{ 2, s(struct linux_sys_signal_args),
linux_sys_signal }, /* 48 = signal */
{ 0, 0,
@@ -439,9 +439,9 @@ struct sysent linux_sysent[] = {
{ 0, 0,
linux_sys_lchown }, /* 198 = lchown */
{ 0, 0,
- sys_getuid }, /* 199 = getuid */
+ linux_sys_getuid }, /* 199 = getuid */
{ 0, 0,
- sys_getgid }, /* 200 = getgid */
+ linux_sys_getgid }, /* 200 = getgid */
{ 0, 0,
sys_geteuid }, /* 201 = geteuid */
{ 0, 0,