summaryrefslogtreecommitdiffstats
path: root/sys/sys/sysproto.h
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2013-09-12 18:03:51 +0000
committerjhb <jhb@FreeBSD.org>2013-09-12 18:03:51 +0000
commit5dbaab99c0ddca3e6afd70a1ecd29f360752f46d (patch)
tree5075d372af7e40bfa044b2080d41d4b993ccab8f /sys/sys/sysproto.h
parente0689d5d63353fcee2c986b72c0d25c5fd2735c2 (diff)
downloadFreeBSD-src-5dbaab99c0ddca3e6afd70a1ecd29f360752f46d.zip
FreeBSD-src-5dbaab99c0ddca3e6afd70a1ecd29f360752f46d.tar.gz
Regen.
Approved by: re (kib)
Diffstat (limited to 'sys/sys/sysproto.h')
-rw-r--r--sys/sys/sysproto.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/sys/sysproto.h b/sys/sys/sysproto.h
index 5f8a217..897a298 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 255219 2013-09-05 00:09:56Z pjd
+ * created from FreeBSD: head/sys/kern/syscalls.master 255490 2013-09-12 17:52:18Z jhb
*/
#ifndef _SYS_SYSPROTO_H_
@@ -15,6 +15,7 @@
#include <sys/_ffcounter.h>
#include <sys/_semaphore.h>
#include <sys/ucontext.h>
+#include <sys/wait.h>
#include <bsm/audit_kevents.h>
@@ -1752,7 +1753,7 @@ struct posix_fadvise_args {
char advice_l_[PADL_(int)]; int advice; char advice_r_[PADR_(int)];
};
struct wait6_args {
- char idtype_l_[PADL_(int)]; int idtype; char idtype_r_[PADR_(int)];
+ char idtype_l_[PADL_(idtype_t)]; idtype_t idtype; char idtype_r_[PADR_(idtype_t)];
char id_l_[PADL_(id_t)]; id_t id; char id_r_[PADR_(id_t)];
char status_l_[PADL_(int *)]; int * status; char status_r_[PADR_(int *)];
char options_l_[PADL_(int)]; int options; char options_r_[PADR_(int)];
OpenPOWER on IntegriCloud