summaryrefslogtreecommitdiffstats
path: root/sys/sys/sysproto.h
diff options
context:
space:
mode:
authortrasz <trasz@FreeBSD.org>2011-03-05 12:46:24 +0000
committertrasz <trasz@FreeBSD.org>2011-03-05 12:46:24 +0000
commit0525662d5901332ebbcb7efce6b84f542e493cfc (patch)
tree6deaa683f962270336534c2a87c1332ad037ccd5 /sys/sys/sysproto.h
parent62f6a13e39978ed28ac30de98bfd177259f00de2 (diff)
downloadFreeBSD-src-0525662d5901332ebbcb7efce6b84f542e493cfc.zip
FreeBSD-src-0525662d5901332ebbcb7efce6b84f542e493cfc.tar.gz
Regenerate.
Diffstat (limited to 'sys/sys/sysproto.h')
-rw-r--r--sys/sys/sysproto.h13
1 files changed, 12 insertions, 1 deletions
diff --git a/sys/sys/sysproto.h b/sys/sys/sysproto.h
index 6d08a1d..1d8a5d8 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: head/sys/kern/syscalls.master 219129 2011-03-01 13:23:37Z rwatson
+ * created from FreeBSD: head/sys/kern/syscalls.master 219304 2011-03-05 12:40:35Z trasz
*/
#ifndef _SYS_SYSPROTO_H_
@@ -1671,6 +1671,13 @@ struct pselect_args {
char ts_l_[PADL_(const struct timespec *)]; const struct timespec * ts; char ts_r_[PADR_(const struct timespec *)];
char sm_l_[PADL_(const sigset_t *)]; const sigset_t * sm; char sm_r_[PADR_(const sigset_t *)];
};
+struct getloginclass_args {
+ char namebuf_l_[PADL_(char *)]; char * namebuf; char namebuf_r_[PADR_(char *)];
+ char namelen_l_[PADL_(size_t)]; size_t namelen; char namelen_r_[PADR_(size_t)];
+};
+struct setloginclass_args {
+ char namebuf_l_[PADL_(const char *)]; const char * namebuf; char namebuf_r_[PADR_(const char *)];
+};
int nosys(struct thread *, struct nosys_args *);
void sys_exit(struct thread *, struct sys_exit_args *);
int fork(struct thread *, struct fork_args *);
@@ -2034,6 +2041,8 @@ int lpathconf(struct thread *, struct lpathconf_args *);
int cap_enter(struct thread *, struct cap_enter_args *);
int cap_getmode(struct thread *, struct cap_getmode_args *);
int pselect(struct thread *, struct pselect_args *);
+int getloginclass(struct thread *, struct getloginclass_args *);
+int setloginclass(struct thread *, struct setloginclass_args *);
#ifdef COMPAT_43
@@ -2711,6 +2720,8 @@ int freebsd7_shmctl(struct thread *, struct freebsd7_shmctl_args *);
#define SYS_AUE_cap_enter AUE_CAP_ENTER
#define SYS_AUE_cap_getmode AUE_CAP_GETMODE
#define SYS_AUE_pselect AUE_SELECT
+#define SYS_AUE_getloginclass AUE_NULL
+#define SYS_AUE_setloginclass AUE_NULL
#undef PAD_
#undef PADL_
OpenPOWER on IntegriCloud