summaryrefslogtreecommitdiff
path: root/sys/compat/linux/linux_sysent.c
diff options
context:
space:
mode:
authoretheisen <etheisen@cvs.openbsd.org>1996-04-28 07:53:19 +0000
committeretheisen <etheisen@cvs.openbsd.org>1996-04-28 07:53:19 +0000
commit03b1eabf4deb45733b1212d30d83794e16c8c28c (patch)
treed5e5dbebe65ee5521879a8dbd6091e8fa57de966 /sys/compat/linux/linux_sysent.c
parent7758691178f1b7097bb880597f6c0f6041891b9e (diff)
Reran makesyscalls.sh for addition of Linux dummy mount/umount() syscalls.
Fixed OpenBSD tag damage during previous checkin.
Diffstat (limited to 'sys/compat/linux/linux_sysent.c')
-rw-r--r--sys/compat/linux/linux_sysent.c11
1 files changed, 5 insertions, 6 deletions
diff --git a/sys/compat/linux/linux_sysent.c b/sys/compat/linux/linux_sysent.c
index f6b97573118..6ae863fccba 100644
--- a/sys/compat/linux/linux_sysent.c
+++ b/sys/compat/linux/linux_sysent.c
@@ -1,9 +1,8 @@
-/* $OpenBSD: linux_sysent.c,v 1.4 1996/04/17 05:24:08 mickey Exp $ */
/*
* System call switch table.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from NetBSD: syscalls.master,v 1.15 1995/12/18 14:35:10 fvdl Exp
+ * created from OpenBSD: syscalls.master,v 1.5 1996/04/28 07:38:24 etheisen Exp
*/
#include <sys/param.h>
@@ -61,10 +60,10 @@ struct sysent linux_sysent[] = {
compat_43_sys_lseek }, /* 19 = lseek */
{ 0, 0,
sys_getpid }, /* 20 = getpid */
- { 0, 0,
- sys_nosys }, /* 21 = unimplemented mount */
- { 0, 0,
- sys_nosys }, /* 22 = unimplemented umount */
+ { 5, s(struct linux_sys_mount_args),
+ linux_sys_mount }, /* 21 = mount */
+ { 1, s(struct linux_sys_umount_args),
+ linux_sys_umount }, /* 22 = umount */
{ 1, s(struct sys_setuid_args),
sys_setuid }, /* 23 = setuid */
{ 0, 0,