summaryrefslogtreecommitdiffstats
path: root/sys/sys/sysproto.h
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2002-07-30 16:52:22 +0000
committerrwatson <rwatson@FreeBSD.org>2002-07-30 16:52:22 +0000
commitb7f4c19c8b1bd286da21aee3bd871d03ac928e14 (patch)
tree607c8167a0221d5d595ce543eede2edac0dc0183 /sys/sys/sysproto.h
parentf7a9497e2d506eb4ebf50768e9f16fdcc106e059 (diff)
downloadFreeBSD-src-b7f4c19c8b1bd286da21aee3bd871d03ac928e14.zip
FreeBSD-src-b7f4c19c8b1bd286da21aee3bd871d03ac928e14.tar.gz
Regen.
Diffstat (limited to 'sys/sys/sysproto.h')
-rw-r--r--sys/sys/sysproto.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/sys/sys/sysproto.h b/sys/sys/sysproto.h
index c0d8cd7..35b67df 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.117 2002/07/30 02:06:34 rwatson Exp
+ * created from FreeBSD: src/sys/kern/syscalls.master,v 1.118 2002/07/30 16:50:25 rwatson Exp
*/
#ifndef _SYS_SYSPROTO_H_
@@ -1119,6 +1119,11 @@ struct sendfile_args {
char sbytes_l_[PADL_(off_t *)]; off_t * sbytes; char sbytes_r_[PADR_(off_t *)];
char flags_l_[PADL_(int)]; int flags; char flags_r_[PADR_(int)];
};
+struct mac_policy_args {
+ char policy_l_[PADL_(const char *)]; const char * policy; char policy_r_[PADR_(const char *)];
+ char call_l_[PADL_(int)]; int call; char call_r_[PADR_(int)];
+ char arg_l_[PADL_(void *)]; void * arg; char arg_r_[PADR_(void *)];
+};
int nosys(struct thread *, struct nosys_args *);
void sys_exit(struct thread *, struct sys_exit_args *);
int fork(struct thread *, struct fork_args *);
@@ -1371,6 +1376,7 @@ int kenv(struct thread *, struct kenv_args *);
int lchflags(struct thread *, struct lchflags_args *);
int uuidgen(struct thread *, struct uuidgen_args *);
int sendfile(struct thread *, struct sendfile_args *);
+int mac_policy(struct thread *, struct mac_policy_args *);
#ifdef COMPAT_43
OpenPOWER on IntegriCloud