From 564c1268469506a6fb693dfd59e78f965bdbe940 Mon Sep 17 00:00:00 2001 From: peter Date: Sat, 29 Jul 2000 00:21:50 +0000 Subject: Regenerate with makesyscalls.sh --- sys/sys/sysproto.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sys/sys/sysproto.h') diff --git a/sys/sys/sysproto.h b/sys/sys/sysproto.h index 2696e5a..87237bb 100644 --- a/sys/sys/sysproto.h +++ b/sys/sys/sysproto.h @@ -3,7 +3,7 @@ * * DO NOT EDIT-- this file is automatically generated. * $FreeBSD$ - * created from FreeBSD: src/sys/kern/syscalls.master,v 1.78 2000/07/13 20:31:24 rwatson Exp + * created from FreeBSD: src/sys/kern/syscalls.master,v 1.80 2000/07/29 00:16:26 peter Exp */ #ifndef _SYS_SYSPROTO_H_ @@ -21,7 +21,7 @@ struct proc; struct nosys_args { register_t dummy; }; -struct rexit_args { +struct sys_exit_args { int rval; char rval_[PAD_(int)]; }; struct fork_args { @@ -1044,7 +1044,7 @@ struct __cap_set_file_args { struct cap * cap_p; char cap_p_[PAD_(struct cap *)]; }; int nosys __P((struct proc *, struct nosys_args *)); -void exit __P((struct proc *, struct rexit_args *)) __dead2; +void sys_exit __P((struct proc *, struct sys_exit_args *)); int fork __P((struct proc *, struct fork_args *)); int read __P((struct proc *, struct read_args *)); int write __P((struct proc *, struct write_args *)); -- cgit v1.1