summaryrefslogtreecommitdiffstats
path: root/sys/sys/sysproto.h
diff options
context:
space:
mode:
authorpjd <pjd@FreeBSD.org>2013-03-21 23:02:19 +0000
committerpjd <pjd@FreeBSD.org>2013-03-21 23:02:19 +0000
commitf44b21d5e5a136e80abf599ed9aecba92339234b (patch)
tree7ebd0d71ee31c6008be6adabffffd248a975f8e9 /sys/sys/sysproto.h
parent635dbe90f28856681c546e79b162657930ba6248 (diff)
downloadFreeBSD-src-f44b21d5e5a136e80abf599ed9aecba92339234b.zip
FreeBSD-src-f44b21d5e5a136e80abf599ed9aecba92339234b.tar.gz
Regenerate after r248599.
Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'sys/sys/sysproto.h')
-rw-r--r--sys/sys/sysproto.h10
1 files changed, 9 insertions, 1 deletions
diff --git a/sys/sys/sysproto.h b/sys/sys/sysproto.h
index 714fd3d0..1d8a7b5 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 248597 2013-03-21 22:44:33Z pjd
+ * created from FreeBSD: head/sys/kern/syscalls.master 248599 2013-03-21 22:59:01Z pjd
*/
#ifndef _SYS_SYSPROTO_H_
@@ -1796,6 +1796,12 @@ struct connectat_args {
char name_l_[PADL_(caddr_t)]; caddr_t name; char name_r_[PADR_(caddr_t)];
char namelen_l_[PADL_(int)]; int namelen; char namelen_r_[PADR_(int)];
};
+struct chflagsat_args {
+ char fd_l_[PADL_(int)]; int fd; char fd_r_[PADR_(int)];
+ char path_l_[PADL_(const char *)]; const char * path; char path_r_[PADR_(const char *)];
+ char flags_l_[PADL_(u_long)]; u_long flags; char flags_r_[PADR_(u_long)];
+ char atflag_l_[PADL_(int)]; int atflag; char atflag_r_[PADR_(int)];
+};
int nosys(struct thread *, struct nosys_args *);
void sys_sys_exit(struct thread *, struct sys_exit_args *);
int sys_fork(struct thread *, struct fork_args *);
@@ -2185,6 +2191,7 @@ int sys_cap_fcntls_limit(struct thread *, struct cap_fcntls_limit_args *);
int sys_cap_fcntls_get(struct thread *, struct cap_fcntls_get_args *);
int sys_bindat(struct thread *, struct bindat_args *);
int sys_connectat(struct thread *, struct connectat_args *);
+int sys_chflagsat(struct thread *, struct chflagsat_args *);
#ifdef COMPAT_43
@@ -2888,6 +2895,7 @@ int freebsd7_shmctl(struct thread *, struct freebsd7_shmctl_args *);
#define SYS_AUE_cap_fcntls_get AUE_CAP_FCNTLS_GET
#define SYS_AUE_bindat AUE_BINDAT
#define SYS_AUE_connectat AUE_CONNECTAT
+#define SYS_AUE_chflagsat AUE_CHFLAGSAT
#undef PAD_
#undef PADL_
OpenPOWER on IntegriCloud