summaryrefslogtreecommitdiffstats
path: root/sys/alpha
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2000-07-29 00:21:50 +0000
committerpeter <peter@FreeBSD.org>2000-07-29 00:21:50 +0000
commit564c1268469506a6fb693dfd59e78f965bdbe940 (patch)
tree405c3fba3fbfb10cd90f2349506bc629021d78be /sys/alpha
parentb273253c9ea4c29dd8abc4b4c036b8b8d0f9518a (diff)
downloadFreeBSD-src-564c1268469506a6fb693dfd59e78f965bdbe940.zip
FreeBSD-src-564c1268469506a6fb693dfd59e78f965bdbe940.tar.gz
Regenerate with makesyscalls.sh
Diffstat (limited to 'sys/alpha')
-rw-r--r--sys/alpha/osf1/osf1_proto.h2
-rw-r--r--sys/alpha/osf1/osf1_syscall.h4
-rw-r--r--sys/alpha/osf1/osf1_sysent.c4
3 files changed, 5 insertions, 5 deletions
diff --git a/sys/alpha/osf1/osf1_proto.h b/sys/alpha/osf1/osf1_proto.h
index a5478c7..37c86de 100644
--- a/sys/alpha/osf1/osf1_proto.h
+++ b/sys/alpha/osf1/osf1_proto.h
@@ -3,7 +3,7 @@
*
* DO NOT EDIT-- this file is automatically generated.
* $FreeBSD$
- * created from; FreeBSD: src/sys/alpha/osf1/syscalls.master,v 1.2 2000/05/09 18:23:16 bde Exp
+ * created from; FreeBSD: src/sys/alpha/osf1/syscalls.master,v 1.3 2000/07/29 00:16:26 peter Exp
*/
#ifndef _OSF1_SYSPROTO_H_
diff --git a/sys/alpha/osf1/osf1_syscall.h b/sys/alpha/osf1/osf1_syscall.h
index bc7f3d4..ee3730c 100644
--- a/sys/alpha/osf1/osf1_syscall.h
+++ b/sys/alpha/osf1/osf1_syscall.h
@@ -3,11 +3,11 @@
*
* DO NOT EDIT-- this file is automatically generated.
* $FreeBSD$
- * created from; FreeBSD: src/sys/alpha/osf1/syscalls.master,v 1.2 2000/05/09 18:23:16 bde Exp
+ * created from; FreeBSD: src/sys/alpha/osf1/syscalls.master,v 1.3 2000/07/29 00:16:26 peter Exp
*/
#define OSF1_SYS_nosys 0
-#define OSF1_SYS_exit 1
+#define OSF1_SYS_sys_exit 1
#define OSF1_SYS_fork 2
#define OSF1_SYS_read 3
#define OSF1_SYS_write 4
diff --git a/sys/alpha/osf1/osf1_sysent.c b/sys/alpha/osf1/osf1_sysent.c
index 799e1da..dc9b9e0 100644
--- a/sys/alpha/osf1/osf1_sysent.c
+++ b/sys/alpha/osf1/osf1_sysent.c
@@ -3,7 +3,7 @@
*
* DO NOT EDIT-- this file is automatically generated.
* $FreeBSD$
- * created from; FreeBSD: src/sys/alpha/osf1/syscalls.master,v 1.2 2000/05/09 18:23:16 bde Exp
+ * created from; FreeBSD: src/sys/alpha/osf1/syscalls.master,v 1.3 2000/07/29 00:16:26 peter Exp
*/
#include "opt_compat.h"
@@ -19,7 +19,7 @@
/* The casts are bogus but will do for now. */
struct sysent osf1_sysent[] = {
{ 0, (sy_call_t *)nosys }, /* 0 = nosys */
- { AS(rexit_args), (sy_call_t *)exit }, /* 1 = exit */
+ { AS(sys_exit_args), (sy_call_t *)sys_exit }, /* 1 = sys_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 */
OpenPOWER on IntegriCloud