From c2bbab53f4f1885ab2b044c04b4560acb543d5b3 Mon Sep 17 00:00:00 2001 From: Sujal Patel Date: Tue, 20 Aug 1996 07:20:29 +0000 Subject: [PATCH] Reran makesyscalls.sh after changing select()'s first argument to 'int'. --- sys/kern/init_sysent.c | 2 +- sys/kern/syscalls.c | 2 +- sys/sys/syscall-hide.h | 2 +- sys/sys/syscall.h | 2 +- sys/sys/sysproto.h | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/sys/kern/init_sysent.c b/sys/kern/init_sysent.c index 77e5a30ff388..59a3e5e3e8f2 100644 --- a/sys/kern/init_sysent.c +++ b/sys/kern/init_sysent.c @@ -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 diff --git a/sys/kern/syscalls.c b/sys/kern/syscalls.c index 85333085f1c4..ded3c53701b9 100644 --- a/sys/kern/syscalls.c +++ b/sys/kern/syscalls.c @@ -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[] = { diff --git a/sys/sys/syscall-hide.h b/sys/sys/syscall-hide.h index 6d10bc8f625e..7ae407a61793 100644 --- a/sys/sys/syscall-hide.h +++ b/sys/sys/syscall-hide.h @@ -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) diff --git a/sys/sys/syscall.h b/sys/sys/syscall.h index a1ce237a9615..0759e7ab09db 100644 --- a/sys/sys/syscall.h +++ b/sys/sys/syscall.h @@ -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 diff --git a/sys/sys/sysproto.h b/sys/sys/sysproto.h index d62781911813..6465e8d3a880 100644 --- a/sys/sys/sysproto.h +++ b/sys/sys/sysproto.h @@ -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_