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
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.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>

View File

@ -2,7 +2,7 @@
* System call names.
*
* 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[] = {

View File

@ -2,7 +2,7 @@
* System call hiders.
*
* 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)

View File

@ -2,7 +2,7 @@
* System call numbers.
*
* 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

View File

@ -2,7 +2,7 @@
* System call prototypes.
*
* 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_