diff options
author | jlemon <jlemon@FreeBSD.org> | 2001-02-16 14:47:24 +0000 |
---|---|---|
committer | jlemon <jlemon@FreeBSD.org> | 2001-02-16 14:47:24 +0000 |
commit | 717f1e459ef63b560b99bd3e038b17c3ec2f5314 (patch) | |
tree | 1fe6a68462fd8948ab8c1da6dc426b7de7305e5a /sys/i386/linux/linux_sysent.c | |
parent | fd27a8db253e4791b657568b0636c42eaa00f41f (diff) | |
download | FreeBSD-src-717f1e459ef63b560b99bd3e038b17c3ec2f5314.zip FreeBSD-src-717f1e459ef63b560b99bd3e038b17c3ec2f5314.tar.gz |
Re-gen auto generated files.
Diffstat (limited to 'sys/i386/linux/linux_sysent.c')
-rw-r--r-- | sys/i386/linux/linux_sysent.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sys/i386/linux/linux_sysent.c b/sys/i386/linux/linux_sysent.c index c0dbc729..ecf0728 100644 --- a/sys/i386/linux/linux_sysent.c +++ b/sys/i386/linux/linux_sysent.c @@ -3,7 +3,7 @@ * * DO NOT EDIT-- this file is automatically generated. * $FreeBSD$ - * created from FreeBSD: src/sys/i386/linux/syscalls.master,v 1.38 2000/11/23 08:53:19 marcel Exp + * created from FreeBSD: src/sys/i386/linux/syscalls.master,v 1.39 2001/02/16 14:42:08 jlemon Exp */ #include "opt_compat.h" @@ -38,8 +38,8 @@ struct sysent linux_sysent[] = { { AS(linux_stat_args), (sy_call_t *)linux_stat }, /* 18 = linux_stat */ { AS(linux_lseek_args), (sy_call_t *)linux_lseek }, /* 19 = linux_lseek */ { 0, (sy_call_t *)getpid }, /* 20 = getpid */ - { 0, (sy_call_t *)linux_mount }, /* 21 = linux_mount */ - { 0, (sy_call_t *)linux_umount }, /* 22 = linux_umount */ + { AS(linux_mount_args), (sy_call_t *)linux_mount }, /* 21 = linux_mount */ + { 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 */ { 0, (sy_call_t *)linux_stime }, /* 25 = linux_stime */ @@ -69,7 +69,7 @@ struct sysent linux_sysent[] = { { 0, (sy_call_t *)geteuid }, /* 49 = geteuid */ { 0, (sy_call_t *)getegid }, /* 50 = getegid */ { AS(acct_args), (sy_call_t *)acct }, /* 51 = acct */ - { 0, (sy_call_t *)linux_umount2 }, /* 52 = linux_umount2 */ + { AS(linux_umount2_args), (sy_call_t *)linux_umount2 }, /* 52 = linux_umount2 */ { 0, (sy_call_t *)linux_lock }, /* 53 = linux_lock */ { AS(linux_ioctl_args), (sy_call_t *)linux_ioctl }, /* 54 = linux_ioctl */ { AS(linux_fcntl_args), (sy_call_t *)linux_fcntl }, /* 55 = linux_fcntl */ @@ -105,7 +105,7 @@ struct sysent linux_sysent[] = { { AS(linux_readlink_args), (sy_call_t *)linux_readlink }, /* 85 = linux_readlink */ { AS(linux_uselib_args), (sy_call_t *)linux_uselib }, /* 86 = linux_uselib */ { AS(swapon_args), (sy_call_t *)swapon }, /* 87 = swapon */ - { AS(reboot_args), (sy_call_t *)reboot }, /* 88 = reboot */ + { AS(linux_reboot_args), (sy_call_t *)linux_reboot }, /* 88 = linux_reboot */ { AS(linux_readdir_args), (sy_call_t *)linux_readdir }, /* 89 = linux_readdir */ { AS(linux_mmap_args), (sy_call_t *)linux_mmap }, /* 90 = linux_mmap */ { AS(munmap_args), (sy_call_t *)munmap }, /* 91 = munmap */ |