summaryrefslogtreecommitdiff
path: root/sys/alpha/linux/linux_sysent.c
diff options
context:
space:
mode:
authorJonathan Lemon <jlemon@FreeBSD.org>2001-02-20 02:16:38 +0000
committerJonathan Lemon <jlemon@FreeBSD.org>2001-02-20 02:16:38 +0000
commit203e686755ab4dc0245b26fd1dac06eed0eb6ab4 (patch)
treee4c89e8a0d59092a19e7cfabd4a43139ac0b2eeb /sys/alpha/linux/linux_sysent.c
parent6de4a7300a0d25f4415aa10c51073ccdfaa7618c (diff)
Notes
Diffstat (limited to 'sys/alpha/linux/linux_sysent.c')
-rw-r--r--sys/alpha/linux/linux_sysent.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/alpha/linux/linux_sysent.c b/sys/alpha/linux/linux_sysent.c
index f447cc200233..6554061c10a2 100644
--- a/sys/alpha/linux/linux_sysent.c
+++ b/sys/alpha/linux/linux_sysent.c
@@ -3,7 +3,7 @@
*
* DO NOT EDIT-- this file is automatically generated.
* $FreeBSD$
- * created from FreeBSD: src/sys/alpha/linux/syscalls.master,v 1.42 2000/12/03 01:28:51 marcel Exp
+ * created from FreeBSD: src/sys/alpha/linux/syscalls.master,v 1.44 2001/02/20 02:16:07 jlemon Exp
*/
#include "opt_compat.h"
@@ -38,7 +38,7 @@ struct sysent linux_sysent[] = {
{ 0, (sy_call_t *)nosys }, /* 18 = */
{ AS(linux_lseek_args), (sy_call_t *)linux_lseek }, /* 19 = linux_lseek */
{ 0, (sy_call_t *)getpid }, /* 20 = getpid */
- { AS(linux_mount_args), (sy_call_t *)linux_mount }, /* 21 = linux_mount */
+ { 0, (sy_call_t *)nosys }, /* 21 = */
{ AS(linux_umount_args), (sy_call_t *)linux_umount }, /* 22 = linux_umount */
{ AS(setuid_args), (sy_call_t *)setuid }, /* 23 = setuid */
{ 0, (sy_call_t *)getuid }, /* 24 = getuid */
@@ -319,7 +319,7 @@ struct sysent linux_sysent[] = {
{ 0, (sy_call_t *)nosys }, /* 299 = */
{ 0, (sy_call_t *)linux_bdflush }, /* 300 = linux_bdflush */
{ 0, (sy_call_t *)nosys }, /* 301 = sethae */
- { 0, (sy_call_t *)linux_mount }, /* 302 = linux_mount */
+ { AS(linux_mount_args), (sy_call_t *)linux_mount }, /* 302 = linux_mount */
{ 0, (sy_call_t *)nosys }, /* 303 = old_adjtimex */
{ 0, (sy_call_t *)linux_swapoff }, /* 304 = linux_swapoff */
{ AS(linux_getdents_args), (sy_call_t *)linux_getdents }, /* 305 = linux_getdents */