aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>2000-05-10 14:38:28 +0000
committerBruce Evans <bde@FreeBSD.org>2000-05-10 14:38:28 +0000
commitfdf7d274e836911049b97eec0b504e7906535233 (patch)
tree22a81d99243bb69d5b4bac47a93e0dd251793202
parent43914915def906c92cd0f84b2fdc77dda1ef418f (diff)
Regenerated (to fix "created from" lines, and to fix the previous
regeneration which somehow used the wrong syscalls.master file, resulting in unbuildable svr4_sysent.c).
Notes
svn path=/head/; revision=60325
-rw-r--r--sys/compat/svr4/svr4_proto.h2
-rw-r--r--sys/compat/svr4/svr4_syscall.h2
-rw-r--r--sys/compat/svr4/svr4_syscallnames.c2
-rw-r--r--sys/compat/svr4/svr4_sysent.c4
-rw-r--r--sys/svr4/svr4_proto.h2
-rw-r--r--sys/svr4/svr4_syscall.h2
-rw-r--r--sys/svr4/svr4_syscallnames.c2
-rw-r--r--sys/svr4/svr4_sysent.c4
8 files changed, 10 insertions, 10 deletions
diff --git a/sys/compat/svr4/svr4_proto.h b/sys/compat/svr4/svr4_proto.h
index 26b06dd6c246..ed9359eecf69 100644
--- a/sys/compat/svr4/svr4_proto.h
+++ b/sys/compat/svr4/svr4_proto.h
@@ -3,7 +3,7 @@
*
* DO NOT EDIT-- this file is automatically generated.
* $FreeBSD$
- * created from; @(#)syscalls.master 8.1 (Berkeley) 7/19/93
+ * created from FreeBSD: src/sys/svr4/syscalls.master,v 1.8 2000/05/10 14:32:32 bde Exp
*/
#ifndef _SVR4_SYSPROTO_H_
diff --git a/sys/compat/svr4/svr4_syscall.h b/sys/compat/svr4/svr4_syscall.h
index 749acaebbc9d..98108847ada7 100644
--- a/sys/compat/svr4/svr4_syscall.h
+++ b/sys/compat/svr4/svr4_syscall.h
@@ -3,7 +3,7 @@
*
* DO NOT EDIT-- this file is automatically generated.
* $FreeBSD$
- * created from; @(#)syscalls.master 8.1 (Berkeley) 7/19/93
+ * created from FreeBSD: src/sys/svr4/syscalls.master,v 1.8 2000/05/10 14:32:32 bde Exp
*/
#define SVR4_SYS_exit 1
diff --git a/sys/compat/svr4/svr4_syscallnames.c b/sys/compat/svr4/svr4_syscallnames.c
index 6de96e6917fb..d4ab739764e7 100644
--- a/sys/compat/svr4/svr4_syscallnames.c
+++ b/sys/compat/svr4/svr4_syscallnames.c
@@ -3,7 +3,7 @@
*
* DO NOT EDIT-- this file is automatically generated.
* $FreeBSD$
- * created from; @(#)syscalls.master 8.1 (Berkeley) 7/19/93
+ * created from FreeBSD: src/sys/svr4/syscalls.master,v 1.8 2000/05/10 14:32:32 bde Exp
*/
char *svr4_syscallnames[] = {
diff --git a/sys/compat/svr4/svr4_sysent.c b/sys/compat/svr4/svr4_sysent.c
index 34a34cd476cc..51e8bcaea770 100644
--- a/sys/compat/svr4/svr4_sysent.c
+++ b/sys/compat/svr4/svr4_sysent.c
@@ -3,7 +3,7 @@
*
* DO NOT EDIT-- this file is automatically generated.
* $FreeBSD$
- * created from; @(#)syscalls.master 8.1 (Berkeley) 7/19/93
+ * created from FreeBSD: src/sys/svr4/syscalls.master,v 1.8 2000/05/10 14:32:32 bde Exp
*/
#include <sys/types.h>
@@ -20,7 +20,7 @@
/* The casts are bogus but will do for now. */
struct sysent svr4_sysent[] = {
{ 0, (sy_call_t *)nosys }, /* 0 = unused */
- { AS(exit_args), (sy_call_t *)exit }, /* 1 = exit */
+ { AS(rexit_args), (sy_call_t *)exit }, /* 1 = exit */
{ 0, (sy_call_t *)fork }, /* 2 = fork */
{ AS(read_args), (sy_call_t *)read }, /* 3 = read */
{ AS(write_args), (sy_call_t *)write }, /* 4 = write */
diff --git a/sys/svr4/svr4_proto.h b/sys/svr4/svr4_proto.h
index 26b06dd6c246..ed9359eecf69 100644
--- a/sys/svr4/svr4_proto.h
+++ b/sys/svr4/svr4_proto.h
@@ -3,7 +3,7 @@
*
* DO NOT EDIT-- this file is automatically generated.
* $FreeBSD$
- * created from; @(#)syscalls.master 8.1 (Berkeley) 7/19/93
+ * created from FreeBSD: src/sys/svr4/syscalls.master,v 1.8 2000/05/10 14:32:32 bde Exp
*/
#ifndef _SVR4_SYSPROTO_H_
diff --git a/sys/svr4/svr4_syscall.h b/sys/svr4/svr4_syscall.h
index 749acaebbc9d..98108847ada7 100644
--- a/sys/svr4/svr4_syscall.h
+++ b/sys/svr4/svr4_syscall.h
@@ -3,7 +3,7 @@
*
* DO NOT EDIT-- this file is automatically generated.
* $FreeBSD$
- * created from; @(#)syscalls.master 8.1 (Berkeley) 7/19/93
+ * created from FreeBSD: src/sys/svr4/syscalls.master,v 1.8 2000/05/10 14:32:32 bde Exp
*/
#define SVR4_SYS_exit 1
diff --git a/sys/svr4/svr4_syscallnames.c b/sys/svr4/svr4_syscallnames.c
index 6de96e6917fb..d4ab739764e7 100644
--- a/sys/svr4/svr4_syscallnames.c
+++ b/sys/svr4/svr4_syscallnames.c
@@ -3,7 +3,7 @@
*
* DO NOT EDIT-- this file is automatically generated.
* $FreeBSD$
- * created from; @(#)syscalls.master 8.1 (Berkeley) 7/19/93
+ * created from FreeBSD: src/sys/svr4/syscalls.master,v 1.8 2000/05/10 14:32:32 bde Exp
*/
char *svr4_syscallnames[] = {
diff --git a/sys/svr4/svr4_sysent.c b/sys/svr4/svr4_sysent.c
index 34a34cd476cc..51e8bcaea770 100644
--- a/sys/svr4/svr4_sysent.c
+++ b/sys/svr4/svr4_sysent.c
@@ -3,7 +3,7 @@
*
* DO NOT EDIT-- this file is automatically generated.
* $FreeBSD$
- * created from; @(#)syscalls.master 8.1 (Berkeley) 7/19/93
+ * created from FreeBSD: src/sys/svr4/syscalls.master,v 1.8 2000/05/10 14:32:32 bde Exp
*/
#include <sys/types.h>
@@ -20,7 +20,7 @@
/* The casts are bogus but will do for now. */
struct sysent svr4_sysent[] = {
{ 0, (sy_call_t *)nosys }, /* 0 = unused */
- { AS(exit_args), (sy_call_t *)exit }, /* 1 = exit */
+ { AS(rexit_args), (sy_call_t *)exit }, /* 1 = exit */
{ 0, (sy_call_t *)fork }, /* 2 = fork */
{ AS(read_args), (sy_call_t *)read }, /* 3 = read */
{ AS(write_args), (sy_call_t *)write }, /* 4 = write */