summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/i386/linux/linux_proto.h9
-rw-r--r--sys/i386/linux/linux_syscall.h3
-rw-r--r--sys/i386/linux/linux_sysent.c3
3 files changed, 9 insertions, 6 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)];
diff --git a/sys/i386/linux/linux_syscall.h b/sys/i386/linux/linux_syscall.h
index 54eac8b..b7e378d 100644
--- a/sys/i386/linux/linux_syscall.h
+++ b/sys/i386/linux/linux_syscall.h
@@ -2,7 +2,8 @@
* System call numbers.
*
* 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
*/
#define LINUX_SYS_linux_setup 0
diff --git a/sys/i386/linux/linux_sysent.c b/sys/i386/linux/linux_sysent.c
index 9af707f..92b7d00 100644
--- a/sys/i386/linux/linux_sysent.c
+++ b/sys/i386/linux/linux_sysent.c
@@ -2,7 +2,8 @@
* System call switch table.
*
* 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
*/
#include "opt_compat.h"
OpenPOWER on IntegriCloud