Reran makesyscalls.sh after changing select()'s first argument to 'int'.

This commit is contained in:
Sujal Patel 1996-08-20 07:20:29 +00:00
parent b08f7993c3
commit c2bbab53f4
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=17703
5 changed files with 5 additions and 5 deletions

View File

@ -2,7 +2,7 @@
* System call switch table. * System call switch table.
* *
* DO NOT EDIT-- this file is automatically generated. * DO NOT EDIT-- this file is automatically generated.
* created from Id: syscalls.master,v 1.27 1996/03/02 16:51:25 peter Exp * created from Id: syscalls.master,v 1.28 1996/08/20 07:17:49 smpatel Exp
*/ */
#include <sys/types.h> #include <sys/types.h>

View File

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

View File

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

View File

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

View File

@ -2,7 +2,7 @@
* System call prototypes. * System call prototypes.
* *
* DO NOT EDIT-- this file is automatically generated. * DO NOT EDIT-- this file is automatically generated.
* created from Id: syscalls.master,v 1.27 1996/03/02 16:51:25 peter Exp * created from Id: syscalls.master,v 1.28 1996/08/20 07:17:49 smpatel Exp
*/ */
#ifndef _SYS_SYSPROTO_H_ #ifndef _SYS_SYSPROTO_H_