Updated generated files (makesyscalls.sh changed). Only sysproto.h

really changed.
This commit is contained in:
bde 1997-06-29 17:47:32 +00:00
parent 1b78d73cc7
commit ccd156ecf5
5 changed files with 5 additions and 6 deletions

View File

@ -2,7 +2,7 @@
* System call switch table.
*
* DO NOT EDIT-- this file is automatically generated.
* created from Id: syscalls.master,v 1.39 1997/06/01 08:52:38 peter Exp
* created from Id: syscalls.master,v 1.40 1997/06/16 00:29:32 dyson Exp
*/
#include <sys/param.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.39 1997/06/01 08:52:38 peter Exp
* created from Id: syscalls.master,v 1.40 1997/06/16 00:29:32 dyson Exp
*/
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.39 1997/06/01 08:52:38 peter Exp
* created from Id: syscalls.master,v 1.40 1997/06/16 00:29:32 dyson Exp
*/
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.39 1997/06/01 08:52:38 peter Exp
* created from Id: syscalls.master,v 1.40 1997/06/16 00:29:32 dyson Exp
*/
#define SYS_syscall 0

View File

@ -2,13 +2,12 @@
* System call prototypes.
*
* DO NOT EDIT-- this file is automatically generated.
* created from Id: syscalls.master,v 1.39 1997/06/01 08:52:38 peter Exp
* created from Id: syscalls.master,v 1.40 1997/06/16 00:29:32 dyson Exp
*/
#ifndef _SYS_SYSPROTO_H_
#define _SYS_SYSPROTO_H_
#include <sys/aio.h>
#include <sys/signal.h>
struct nosys_args {