Updated generated files.

This commit is contained in:
Bruce Evans 1997-01-16 15:59:31 +00:00
parent ac0ad63f37
commit 713aa001e2
5 changed files with 12 additions and 16 deletions

View File

@ -2,12 +2,10 @@
* System call switch table.
*
* DO NOT EDIT-- this file is automatically generated.
* created from Id: syscalls.master,v 1.28 1996/08/20 07:17:49 smpatel Exp
* created from FreeBSD
*/
#include <sys/types.h>
#include <sys/param.h>
#include <sys/mount.h>
#include <sys/sysent.h>
#include <sys/sysproto.h>

View File

@ -2,7 +2,7 @@
* System call names.
*
* DO NOT EDIT-- this file is automatically generated.
* created from Id: syscalls.master,v 1.28 1996/08/20 07:17:49 smpatel Exp
* created from FreeBSD
*/
char *syscallnames[] = {

View File

@ -2,7 +2,7 @@
* System call hiders.
*
* DO NOT EDIT-- this file is automatically generated.
* created from Id: syscalls.master,v 1.28 1996/08/20 07:17:49 smpatel Exp
* created from FreeBSD
*/
HIDE_POSIX(fork)

View File

@ -2,7 +2,7 @@
* System call numbers.
*
* DO NOT EDIT-- this file is automatically generated.
* created from Id: syscalls.master,v 1.28 1996/08/20 07:17:49 smpatel Exp
* created from FreeBSD
*/
#define SYS_syscall 0

View File

@ -2,15 +2,13 @@
* System call prototypes.
*
* DO NOT EDIT-- this file is automatically generated.
* created from Id: syscalls.master,v 1.28 1996/08/20 07:17:49 smpatel Exp
* created from FreeBSD
*/
#ifndef _SYS_SYSPROTO_H_
#define _SYS_SYSPROTO_H_
#include <sys/types.h>
#include <sys/param.h>
#include <sys/mount.h>
#include <sys/signal.h>
struct nosys_args {
int dummy;
@ -374,7 +372,7 @@ struct listen_args {
int backlog;
};
struct sigsuspend_args {
int mask;
sigset_t mask;
};
struct gettimeofday_args {
struct timeval * tp;
@ -500,7 +498,7 @@ struct fstatfs_args {
#if defined(NFS) && !defined (NFS_NOSERVER)
struct getfh_args {
char * fname;
fhandle_t * fhp;
struct fhandle * fhp;
};
#else
#endif
@ -559,21 +557,21 @@ struct seteuid_args {
};
#ifdef LFS
struct lfs_bmapv_args {
fsid_t * fsidp;
struct fsid ** fsidp;
struct block_info * blkiov;
int blkcnt;
};
struct lfs_markv_args {
fsid_t * fsidp;
struct fsid ** fsidp;
struct block_info * blkiov;
int blkcnt;
};
struct lfs_segclean_args {
fsid_t * fsidp;
struct fsid ** fsidp;
u_long segment;
};
struct lfs_segwait_args {
fsid_t * fsidp;
struct fsid ** fsidp;
struct timeval * tv;
};
#else