From 09f2cc343dba3b47e554adfff426f2c6761b749b Mon Sep 17 00:00:00 2001 From: peter Date: Sat, 29 Jul 2000 10:07:38 +0000 Subject: Regen. (Fix SYS_exit) --- sys/alpha/osf1/osf1_proto.h | 2 +- sys/alpha/osf1/osf1_syscall.h | 4 ++-- sys/alpha/osf1/osf1_sysent.c | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) (limited to 'sys/alpha') diff --git a/sys/alpha/osf1/osf1_proto.h b/sys/alpha/osf1/osf1_proto.h index 37c86de..d84bf96 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.3 2000/07/29 00:16:26 peter Exp + * created from; FreeBSD: src/sys/alpha/osf1/syscalls.master,v 1.4 2000/07/29 10:05:24 peter Exp */ #ifndef _OSF1_SYSPROTO_H_ diff --git a/sys/alpha/osf1/osf1_syscall.h b/sys/alpha/osf1/osf1_syscall.h index ee3730c..bcf96d1 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.3 2000/07/29 00:16:26 peter Exp + * created from; FreeBSD: src/sys/alpha/osf1/syscalls.master,v 1.4 2000/07/29 10:05:24 peter Exp */ #define OSF1_SYS_nosys 0 -#define OSF1_SYS_sys_exit 1 +#define OSF1_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 dc9b9e0..c4b6469 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.3 2000/07/29 00:16:26 peter Exp + * created from; FreeBSD: src/sys/alpha/osf1/syscalls.master,v 1.4 2000/07/29 10:05:24 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(sys_exit_args), (sy_call_t *)sys_exit }, /* 1 = sys_exit */ + { AS(sys_exit_args), (sy_call_t *)sys_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 */ -- cgit v1.1