summaryrefslogtreecommitdiffstats
path: root/sys/i386/linux/linux_proto.h
diff options
context:
space:
mode:
authornetchild <netchild@FreeBSD.org>2006-08-27 08:58:00 +0000
committernetchild <netchild@FreeBSD.org>2006-08-27 08:58:00 +0000
commitac9f0aa27b8006e0df63d504d71e52a659190a10 (patch)
tree18b969ed3c8bdf6913cdc74f2b3a1b91cc0532fe /sys/i386/linux/linux_proto.h
parent33681b868dabf07c556daf5ddf2018396147b692 (diff)
downloadFreeBSD-src-ac9f0aa27b8006e0df63d504d71e52a659190a10.zip
FreeBSD-src-ac9f0aa27b8006e0df63d504d71e52a659190a10.tar.gz
regen
Diffstat (limited to 'sys/i386/linux/linux_proto.h')
-rw-r--r--sys/i386/linux/linux_proto.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/i386/linux/linux_proto.h b/sys/i386/linux/linux_proto.h
index 2230b72..3ec70c2 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: src/sys/i386/linux/syscalls.master,v 1.77 2006/08/15 12:28:14 netchild Exp
+ * created from FreeBSD: src/sys/i386/linux/syscalls.master,v 1.78 2006/08/27 08:56:54 netchild Exp
*/
#ifndef _LINUX_SYSPROTO_H_
@@ -784,7 +784,8 @@ struct linux_clock_nanosleep_args {
char rmtp_l_[PADL_(struct l_timespec *)]; struct l_timespec * rmtp; char rmtp_r_[PADR_(struct l_timespec *)];
};
struct linux_statfs64_args {
- register_t dummy;
+ char path_l_[PADL_(char *)]; char * path; char path_r_[PADR_(char *)];
+ char buf_l_[PADL_(struct l_statfs64_buf *)]; struct l_statfs64_buf * buf; char buf_r_[PADR_(struct l_statfs64_buf *)];
};
struct linux_fstatfs64_args {
register_t dummy;
OpenPOWER on IntegriCloud