Regenerate.

This commit is contained in:
Jonathan Lemon 2001-02-20 02:16:38 +00:00
parent 6de4a7300a
commit 203e686755
3 changed files with 10 additions and 15 deletions

View File

@ -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
*/
#ifndef _LINUX_SYSPROTO_H_
@ -59,13 +59,6 @@ struct linux_lseek_args {
long off; char off_[PAD_(long)];
int whence; char whence_[PAD_(int)];
};
struct linux_mount_args {
char * specialfile; char specialfile_[PAD_(char *)];
char * dir; char dir_[PAD_(char *)];
char * filesystemtype; char filesystemtype_[PAD_(char *)];
u_long rwflag; char rwflag_[PAD_(u_long)];
void * data; char data_[PAD_(void *)];
};
struct linux_umount_args {
char * path; char path_[PAD_(char *)];
};
@ -344,7 +337,11 @@ struct linux_bdflush_args {
register_t dummy;
};
struct linux_mount_args {
register_t dummy;
char * specialfile; char specialfile_[PAD_(char *)];
char * dir; char dir_[PAD_(char *)];
char * filesystemtype; char filesystemtype_[PAD_(char *)];
u_long rwflag; char rwflag_[PAD_(u_long)];
void * data; char data_[PAD_(void *)];
};
struct linux_swapoff_args {
register_t dummy;
@ -537,7 +534,6 @@ int linux_chmod __P((struct proc *, struct linux_chmod_args *));
int linux_chown __P((struct proc *, struct linux_chown_args *));
int linux_brk __P((struct proc *, struct linux_brk_args *));
int linux_lseek __P((struct proc *, struct linux_lseek_args *));
int linux_mount __P((struct proc *, struct linux_mount_args *));
int linux_umount __P((struct proc *, struct linux_umount_args *));
int linux_ptrace __P((struct proc *, struct linux_ptrace_args *));
int linux_access __P((struct proc *, struct linux_access_args *));

View File

@ -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
*/
#define LINUX_SYS_exit 1
@ -22,7 +22,6 @@
#define LINUX_SYS_linux_brk 17
#define LINUX_SYS_linux_lseek 19
#define LINUX_SYS_getpid 20
#define LINUX_SYS_linux_mount 21
#define LINUX_SYS_linux_umount 22
#define LINUX_SYS_setuid 23
#define LINUX_SYS_getuid 24

View File

@ -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 */