summaryrefslogtreecommitdiffstats
path: root/sys/sys/sysproto.h
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/sys/sysproto.h
parentb273253c9ea4c29dd8abc4b4c036b8b8d0f9518a (diff)
downloadFreeBSD-src-564c1268469506a6fb693dfd59e78f965bdbe940.zip
FreeBSD-src-564c1268469506a6fb693dfd59e78f965bdbe940.tar.gz
Regenerate with makesyscalls.sh
Diffstat (limited to 'sys/sys/sysproto.h')
-rw-r--r--sys/sys/sysproto.h6
1 files changed, 3 insertions, 3 deletions
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 *));
OpenPOWER on IntegriCloud