summaryrefslogtreecommitdiffstats
path: root/sys/amd64/linux/linux_proto.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/amd64/linux/linux_proto.h')
-rw-r--r--sys/amd64/linux/linux_proto.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/amd64/linux/linux_proto.h b/sys/amd64/linux/linux_proto.h
index 71fdce5..efb5a11 100644
--- a/sys/amd64/linux/linux_proto.h
+++ b/sys/amd64/linux/linux_proto.h
@@ -3,7 +3,7 @@
*
* DO NOT EDIT-- this file is automatically generated.
* $FreeBSD$
- * created from FreeBSD: stable/10/sys/amd64/linux/syscalls.master 283424 2015-05-24 16:07:11Z dchagin
+ * created from FreeBSD: stable/10/sys/amd64/linux/syscalls.master 293533 2016-01-09 16:21:39Z dchagin
*/
#ifndef _LINUX_SYSPROTO_H_
@@ -935,7 +935,6 @@ struct linux_faccessat_args {
char dfd_l_[PADL_(l_int)]; l_int dfd; char dfd_r_[PADR_(l_int)];
char filename_l_[PADL_(const char *)]; const char * filename; char filename_r_[PADR_(const char *)];
char amode_l_[PADL_(l_int)]; l_int amode; char amode_r_[PADR_(l_int)];
- char flag_l_[PADL_(l_int)]; l_int flag; char flag_r_[PADR_(l_int)];
};
struct linux_pselect6_args {
char nfds_l_[PADL_(l_int)]; l_int nfds; char nfds_r_[PADR_(l_int)];
OpenPOWER on IntegriCloud