summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1997-09-15 02:03:45 +0000
committerpeter <peter@FreeBSD.org>1997-09-15 02:03:45 +0000
commit5798229b34b2dcd24a95e1cc5859d72e781628f1 (patch)
tree09819f521c58565e5368ff45050f2d3cad0a45cf /sys
parent9f3f97929ea5144d8303649a14ff1a519a3c6996 (diff)
downloadFreeBSD-src-5798229b34b2dcd24a95e1cc5859d72e781628f1.zip
FreeBSD-src-5798229b34b2dcd24a95e1cc5859d72e781628f1.tar.gz
Regenerate _after_ the commit to syscalls.master
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 a86db21..86e567a 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.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>
diff --git a/sys/kern/syscalls.c b/sys/kern/syscalls.c
index 21c6e76..41a3184 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.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[] = {
diff --git a/sys/sys/syscall-hide.h b/sys/sys/syscall-hide.h
index 009b26d..9089054 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.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)
diff --git a/sys/sys/syscall.h b/sys/sys/syscall.h
index f8646a9..d7c3cfd 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.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
diff --git a/sys/sys/sysproto.h b/sys/sys/sysproto.h
index 0a21332..da63657 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.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_
OpenPOWER on IntegriCloud