summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorluoqi <luoqi@FreeBSD.org>1999-09-22 22:05:37 +0000
committerluoqi <luoqi@FreeBSD.org>1999-09-22 22:05:37 +0000
commitbb77fc1d61eb0e0e2f7f85672485768c654a33a9 (patch)
tree00c8f0f248fb26a37576c2e122c9786444b37d14 /sys
parentc07e4cb2e048ac5fa6fca0817404bd5d4978b6b8 (diff)
downloadFreeBSD-src-bb77fc1d61eb0e0e2f7f85672485768c654a33a9.zip
FreeBSD-src-bb77fc1d61eb0e0e2f7f85672485768c654a33a9.tar.gz
Regeneration.
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 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