diff options
author | dchagin <dchagin@FreeBSD.org> | 2015-01-08 06:24:43 +0000 |
---|---|---|
committer | dchagin <dchagin@FreeBSD.org> | 2015-01-08 06:24:43 +0000 |
commit | c9ac1e485b8602fb7a8a262e6043d32ea18c8ea1 (patch) | |
tree | 71051572d0cd74e27c68e9e76f37083b26052a47 /sys/i386/linux/linux_proto.h | |
parent | 8d0bd37b09ff9f727ed96f1319ca7a946e12fa9b (diff) | |
download | FreeBSD-src-c9ac1e485b8602fb7a8a262e6043d32ea18c8ea1.zip FreeBSD-src-c9ac1e485b8602fb7a8a262e6043d32ea18c8ea1.tar.gz |
Regen for r276810.
Diffstat (limited to 'sys/i386/linux/linux_proto.h')
-rw-r--r-- | sys/i386/linux/linux_proto.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/i386/linux/linux_proto.h b/sys/i386/linux/linux_proto.h index 55241ac..862cd2d 100644 --- a/sys/i386/linux/linux_proto.h +++ b/sys/i386/linux/linux_proto.h @@ -3,7 +3,7 @@ * * DO NOT EDIT-- this file is automatically generated. * $FreeBSD$ - * created from FreeBSD: stable/10/sys/i386/linux/syscalls.master 272020 2014-09-23 07:50:04Z bz + * created from FreeBSD: stable/10/sys/i386/linux/syscalls.master 276810 2015-01-08 06:23:11Z dchagin */ #ifndef _LINUX_SYSPROTO_H_ @@ -355,7 +355,7 @@ struct linux_vm86old_args { }; struct linux_wait4_args { char pid_l_[PADL_(l_pid_t)]; l_pid_t pid; char pid_r_[PADR_(l_pid_t)]; - char status_l_[PADL_(l_uint *)]; l_uint * status; char status_r_[PADR_(l_uint *)]; + char status_l_[PADL_(l_int *)]; l_int * status; char status_r_[PADR_(l_int *)]; char options_l_[PADL_(l_int)]; l_int options; char options_r_[PADR_(l_int)]; char rusage_l_[PADL_(struct l_rusage *)]; struct l_rusage * rusage; char rusage_r_[PADR_(struct l_rusage *)]; }; |