summaryrefslogtreecommitdiffstats
path: root/sys/sys/sysproto.h
diff options
context:
space:
mode:
authorkib <kib@FreeBSD.org>2013-05-21 11:41:08 +0000
committerkib <kib@FreeBSD.org>2013-05-21 11:41:08 +0000
commit19425ad923e36a3baa10961059b1a9be2bf4b22b (patch)
tree7ba492e870759922137691985ac12d8bd2e79962 /sys/sys/sysproto.h
parentad28c683142ae2c850f4fa327d462db99843dbe7 (diff)
downloadFreeBSD-src-19425ad923e36a3baa10961059b1a9be2bf4b22b.zip
FreeBSD-src-19425ad923e36a3baa10961059b1a9be2bf4b22b.tar.gz
Regenerate.
Diffstat (limited to 'sys/sys/sysproto.h')
-rw-r--r--sys/sys/sysproto.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/sys/sysproto.h b/sys/sys/sysproto.h
index 4b1ac24..ff16b2a 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 250159 2013-05-01 22:42:42Z jilles
+ * created from FreeBSD: head/sys/kern/syscalls.master 250853 2013-05-21 11:40:16Z kib
*/
#ifndef _SYS_SYSPROTO_H_
@@ -1756,7 +1756,7 @@ struct posix_fadvise_args {
};
struct wait6_args {
char idtype_l_[PADL_(int)]; int idtype; char idtype_r_[PADR_(int)];
- char id_l_[PADL_(int)]; int id; char id_r_[PADR_(int)];
+ 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)];
char wrusage_l_[PADL_(struct __wrusage *)]; struct __wrusage * wrusage; char wrusage_r_[PADR_(struct __wrusage *)];
OpenPOWER on IntegriCloud