summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1997-04-09 15:37:04 +0000
committerbde <bde@FreeBSD.org>1997-04-09 15:37:04 +0000
commit7789b67b2536b8a823b9768247fb799954b1b7e2 (patch)
treec0687463a9a48a9558279742b91a4854888d53bb
parent2dad6cdce19af094525d4ff841d659eb3e603f4b (diff)
downloadFreeBSD-src-7789b67b2536b8a823b9768247fb799954b1b7e2.zip
FreeBSD-src-7789b67b2536b8a823b9768247fb799954b1b7e2.tar.gz
Regenerate (removed unused #includes in linux_sysent.c).
-rw-r--r--sys/i386/linux/linux_proto.h2
-rw-r--r--sys/i386/linux/linux_syscall.h2
-rw-r--r--sys/i386/linux/linux_sysent.c4
3 files changed, 3 insertions, 5 deletions
diff --git a/sys/i386/linux/linux_proto.h b/sys/i386/linux/linux_proto.h
index 2006a0c..07c990a 100644
--- a/sys/i386/linux/linux_proto.h
+++ b/sys/i386/linux/linux_proto.h
@@ -2,7 +2,7 @@
* System call prototypes.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from Id: syscalls.master,v 1.4 1997/02/22 09:38:31 peter Exp
+ * created from Id: syscalls.master,v 1.5 1997/04/09 15:34:09 bde Exp
*/
#ifndef _LINUX_SYSPROTO_H_
diff --git a/sys/i386/linux/linux_syscall.h b/sys/i386/linux/linux_syscall.h
index cfc108d..99f1474 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.4 1997/02/22 09:38:31 peter Exp
+ * created from Id: syscalls.master,v 1.5 1997/04/09 15:34:09 bde Exp
*/
#define LINUX_SYS_linux_setup 0
diff --git a/sys/i386/linux/linux_sysent.c b/sys/i386/linux/linux_sysent.c
index 6686cc9..b9bb13e 100644
--- a/sys/i386/linux/linux_sysent.c
+++ b/sys/i386/linux/linux_sysent.c
@@ -2,12 +2,10 @@
* System call switch table.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from Id: syscalls.master,v 1.4 1997/02/22 09:38:31 peter Exp
+ * created from Id: syscalls.master,v 1.5 1997/04/09 15:34:09 bde Exp
*/
-#include <sys/types.h>
#include <sys/param.h>
-#include <sys/systm.h>
#include <sys/sysent.h>
#include <sys/sysproto.h>
#include <i386/linux/linux.h>
OpenPOWER on IntegriCloud