summaryrefslogtreecommitdiffstats
path: root/sys/i386/linux/linux_proto.h
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2012-07-30 20:45:17 +0000
committerjhb <jhb@FreeBSD.org>2012-07-30 20:45:17 +0000
commit89309bc6673045ff9487f37d243689e634b7d5b8 (patch)
tree55cff975d6c1e05fa3b7594061636c7c6931ed8e /sys/i386/linux/linux_proto.h
parent5d07d48bdc6c3510dbdd6427994894cec0dcb769 (diff)
downloadFreeBSD-src-89309bc6673045ff9487f37d243689e634b7d5b8.zip
FreeBSD-src-89309bc6673045ff9487f37d243689e634b7d5b8.tar.gz
Regen.
Diffstat (limited to 'sys/i386/linux/linux_proto.h')
-rw-r--r--sys/i386/linux/linux_proto.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/i386/linux/linux_proto.h b/sys/i386/linux/linux_proto.h
index b99dd96..9373d3e 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: head/sys/i386/linux/syscalls.master 234359 2012-04-16 23:16:18Z jkim
+ * created from FreeBSD: head/sys/i386/linux/syscalls.master 238917 2012-07-30 20:44:45Z jhb
*/
#ifndef _LINUX_SYSPROTO_H_
@@ -261,7 +261,7 @@ struct linux_symlink_args {
};
struct linux_lstat_args {
char path_l_[PADL_(char *)]; char * path; char path_r_[PADR_(char *)];
- char up_l_[PADL_(struct ostat *)]; struct ostat * up; char up_r_[PADR_(struct ostat *)];
+ char up_l_[PADL_(struct l_stat *)]; struct l_stat * up; char up_r_[PADR_(struct l_stat *)];
};
struct linux_readlink_args {
char name_l_[PADL_(char *)]; char * name; char name_r_[PADR_(char *)];
OpenPOWER on IntegriCloud