summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1997-03-29 13:12:46 +0000
committerpeter <peter@FreeBSD.org>1997-03-29 13:12:46 +0000
commit4f78f634498b1ba5b3687dbdccf9ec530fc6ad57 (patch)
treeff1a2219b096c7948449ffe5bed5711b50dc1998 /sys
parent4f000a95d2130d879224c2d13758468253802fa6 (diff)
downloadFreeBSD-src-4f78f634498b1ba5b3687dbdccf9ec530fc6ad57.zip
FreeBSD-src-4f78f634498b1ba5b3687dbdccf9ec530fc6ad57.tar.gz
Renerate (some include files were changed)
Diffstat (limited to 'sys')
-rw-r--r--sys/i386/linux/linux_proto.h6
-rw-r--r--sys/i386/linux/linux_syscall.h2
-rw-r--r--sys/i386/linux/linux_sysent.c2
3 files changed, 4 insertions, 6 deletions
diff --git a/sys/i386/linux/linux_proto.h b/sys/i386/linux/linux_proto.h
index ba0a870..2006a0c 100644
--- a/sys/i386/linux/linux_proto.h
+++ b/sys/i386/linux/linux_proto.h
@@ -2,15 +2,13 @@
* System call prototypes.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from Id: syscalls.master,v 1.2 1996/03/04 20:58:47 peter Exp
+ * created from Id: syscalls.master,v 1.4 1997/02/22 09:38:31 peter Exp
*/
#ifndef _LINUX_SYSPROTO_H_
#define _LINUX_SYSPROTO_H_
-#include <sys/types.h>
-#include <sys/param.h>
-#include <sys/mount.h>
+#include <sys/signal.h>
struct linux_setup_args {
int dummy;
diff --git a/sys/i386/linux/linux_syscall.h b/sys/i386/linux/linux_syscall.h
index 02503a1..cfc108d 100644
--- a/sys/i386/linux/linux_syscall.h
+++ b/sys/i386/linux/linux_syscall.h
@@ -2,7 +2,7 @@
* System call numbers.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from Id: syscalls.master,v 1.2 1996/03/04 20:58:47 peter Exp
+ * created from Id: syscalls.master,v 1.4 1997/02/22 09:38:31 peter Exp
*/
#define LINUX_SYS_linux_setup 0
diff --git a/sys/i386/linux/linux_sysent.c b/sys/i386/linux/linux_sysent.c
index 10fa638..6686cc9 100644
--- a/sys/i386/linux/linux_sysent.c
+++ b/sys/i386/linux/linux_sysent.c
@@ -2,7 +2,7 @@
* System call switch table.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from Id: syscalls.master,v 1.2 1996/03/04 20:58:47 peter Exp
+ * created from Id: syscalls.master,v 1.4 1997/02/22 09:38:31 peter Exp
*/
#include <sys/types.h>
OpenPOWER on IntegriCloud