Regenerate _after_ the commit to syscalls.master

This commit is contained in:
Peter Wemm 1997-09-15 02:03:45 +00:00
parent dfb33229a0
commit 921af254ca
5 changed files with 5 additions and 5 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.42 1997/09/14 02:22:05 peter Exp
* created from Id: syscalls.master,v 1.43 1997/09/14 16:51:14 phk 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.42 1997/09/14 02:22:05 peter Exp
* created from Id: syscalls.master,v 1.43 1997/09/14 16:51:14 phk 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.42 1997/09/14 02:22:05 peter Exp
* created from Id: syscalls.master,v 1.43 1997/09/14 16:51:14 phk 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.42 1997/09/14 02:22:05 peter Exp
* created from Id: syscalls.master,v 1.43 1997/09/14 16:51:14 phk Exp
*/
#define SYS_syscall 0

View File

@ -2,7 +2,7 @@
* System call prototypes.
*
* DO NOT EDIT-- this file is automatically generated.
* created from Id: syscalls.master,v 1.42 1997/09/14 02:22:05 peter Exp
* created from Id: syscalls.master,v 1.43 1997/09/14 16:51:14 phk Exp
*/
#ifndef _SYS_SYSPROTO_H_