diff options
Diffstat (limited to 'sys/i386/linux/linux_proto.h')
-rw-r--r-- | sys/i386/linux/linux_proto.h | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/sys/i386/linux/linux_proto.h b/sys/i386/linux/linux_proto.h index 41bb894..2ae69ab 100644 --- a/sys/i386/linux/linux_proto.h +++ b/sys/i386/linux/linux_proto.h @@ -2,7 +2,8 @@ * System call prototypes. * * DO NOT EDIT-- this file is automatically generated. - * created from FreeBSD: src/sys/i386/linux/syscalls.master,v 1.24 1999/08/28 00:45:26 peter Exp + * $FreeBSD$ + * created from FreeBSD: src/sys/i386/linux/syscalls.master,v 1.25 1999/09/22 22:01:51 luoqi Exp */ #ifndef _LINUX_SYSPROTO_H_ @@ -251,9 +252,9 @@ struct linux_fstatfs_args { struct linux_statfs_buf * buf; char buf_[PAD_(struct linux_statfs_buf *)]; }; struct linux_ioperm_args { - unsigned int lo; char lo_[PAD_(unsigned int)]; - unsigned int hi; char hi_[PAD_(unsigned int)]; - int val; char val_[PAD_(int)]; + unsigned int start; char start_[PAD_(unsigned int)]; + unsigned int length; char length_[PAD_(unsigned int)]; + int enable; char enable_[PAD_(int)]; }; struct linux_socketcall_args { int what; char what_[PAD_(int)]; |