aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorLuoqi Chen <luoqi@FreeBSD.org>1999-09-22 22:05:37 +0000
committerLuoqi Chen <luoqi@FreeBSD.org>1999-09-22 22:05:37 +0000
commitf581b15f47adc3cc7b81ee96b3ae9ee0bf8e3986 (patch)
tree0d939176e59f60c4596db1dbe32dbad4254da78c /sys
parent2323686abc308fce1a297292c20dcdea0171ed4e (diff)
Notes
Diffstat (limited to 'sys')
-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 41bb894fc389..2ae69ab9c830 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 54eac8bc404e..b7e378d9dcbc 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 9af707fcb391..92b7d009f428 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"