summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorsmpatel <smpatel@FreeBSD.org>1996-08-20 07:20:29 +0000
committersmpatel <smpatel@FreeBSD.org>1996-08-20 07:20:29 +0000
commit48c1d38f5da43a9612e3c9a8ef392007f1cc6553 (patch)
tree7cf27200da8f83d1fddc902dee4a47f206975c6d /sys
parentc61e4bcfdb1e5ae975e1d75cbeb8a7ed1ceebe97 (diff)
downloadFreeBSD-src-48c1d38f5da43a9612e3c9a8ef392007f1cc6553.zip
FreeBSD-src-48c1d38f5da43a9612e3c9a8ef392007f1cc6553.tar.gz
Reran makesyscalls.sh after changing select()'s first argument to 'int'.
Diffstat (limited to 'sys')
-rw-r--r--sys/kern/init_sysent.c2
-rw-r--r--sys/kern/syscalls.c2
-rw-r--r--sys/sys/syscall-hide.h2
-rw-r--r--sys/sys/syscall.h2
-rw-r--r--sys/sys/sysproto.h2
5 files changed, 5 insertions, 5 deletions
diff --git a/sys/kern/init_sysent.c b/sys/kern/init_sysent.c
index 77e5a30..59a3e5e 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 <sys/types.h>
diff --git a/sys/kern/syscalls.c b/sys/kern/syscalls.c
index 8533308..ded3c53 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 6d10bc8..7ae407a 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 a1ce237..0759e7a 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 d627819..6465e8d 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_
OpenPOWER on IntegriCloud