summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1997-04-09 15:46:25 +0000
committerbde <bde@FreeBSD.org>1997-04-09 15:46:25 +0000
commitfc5410a0d2c9d9e008d82b350cea0cdfce874a64 (patch)
tree9cdd1d71115c6399f7a81795403c4b33d40660e1
parent507a88b45140358fb23f2dfcd300098745a72e56 (diff)
downloadFreeBSD-src-fc5410a0d2c9d9e008d82b350cea0cdfce874a64.zip
FreeBSD-src-fc5410a0d2c9d9e008d82b350cea0cdfce874a64.tar.gz
Regenerate (removed unused #includes from ibcs2*_sysent.c).
-rw-r--r--sys/i386/ibcs2/ibcs2_isc_syscall.h2
-rw-r--r--sys/i386/ibcs2/ibcs2_isc_sysent.c4
-rw-r--r--sys/i386/ibcs2/ibcs2_proto.h2
-rw-r--r--sys/i386/ibcs2/ibcs2_syscall.h2
-rw-r--r--sys/i386/ibcs2/ibcs2_sysent.c4
-rw-r--r--sys/i386/ibcs2/ibcs2_xenix.h2
-rw-r--r--sys/i386/ibcs2/ibcs2_xenix_syscall.h2
-rw-r--r--sys/i386/ibcs2/ibcs2_xenix_sysent.c4
8 files changed, 8 insertions, 14 deletions
diff --git a/sys/i386/ibcs2/ibcs2_isc_syscall.h b/sys/i386/ibcs2/ibcs2_isc_syscall.h
index eb48584..53b7c6a 100644
--- a/sys/i386/ibcs2/ibcs2_isc_syscall.h
+++ b/sys/i386/ibcs2/ibcs2_isc_syscall.h
@@ -2,7 +2,7 @@
* System call numbers.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from Id: syscalls.isc,v 1.3 1997/02/22 09:33:35 peter Exp
+ * created from Id: syscalls.isc,v 1.4 1997/04/09 15:44:44 bde Exp
*/
#define IBCS2_ISC_ibcs2_rename 2
diff --git a/sys/i386/ibcs2/ibcs2_isc_sysent.c b/sys/i386/ibcs2/ibcs2_isc_sysent.c
index 48be9b9..344dcab 100644
--- a/sys/i386/ibcs2/ibcs2_isc_sysent.c
+++ b/sys/i386/ibcs2/ibcs2_isc_sysent.c
@@ -2,16 +2,14 @@
* System call switch table.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from Id: syscalls.isc,v 1.3 1997/02/22 09:33:35 peter Exp
+ * created from Id: syscalls.isc,v 1.4 1997/04/09 15:44:44 bde Exp
*/
-#include <sys/types.h>
#include <sys/param.h>
#include <sys/sysent.h>
#include <sys/sysproto.h>
#include <i386/ibcs2/ibcs2_types.h>
#include <i386/ibcs2/ibcs2_signal.h>
-#include <i386/ibcs2/ibcs2_statfs.h>
#include <i386/ibcs2/ibcs2_proto.h>
#include <i386/ibcs2/ibcs2_xenix.h>
diff --git a/sys/i386/ibcs2/ibcs2_proto.h b/sys/i386/ibcs2/ibcs2_proto.h
index aac7e33..06d4351 100644
--- a/sys/i386/ibcs2/ibcs2_proto.h
+++ b/sys/i386/ibcs2/ibcs2_proto.h
@@ -2,7 +2,7 @@
* System call prototypes.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from Id: syscalls.master,v 1.7 1997/02/22 09:33:38 peter Exp
+ * created from Id: syscalls.master,v 1.8 1997/04/09 15:44:46 bde Exp
*/
#ifndef _IBCS2_SYSPROTO_H_
diff --git a/sys/i386/ibcs2/ibcs2_syscall.h b/sys/i386/ibcs2/ibcs2_syscall.h
index be3375f..c34b23f 100644
--- a/sys/i386/ibcs2/ibcs2_syscall.h
+++ b/sys/i386/ibcs2/ibcs2_syscall.h
@@ -2,7 +2,7 @@
* System call numbers.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from Id: syscalls.master,v 1.7 1997/02/22 09:33:38 peter Exp
+ * created from Id: syscalls.master,v 1.8 1997/04/09 15:44:46 bde Exp
*/
#define IBCS2_SYS_syscall 0
diff --git a/sys/i386/ibcs2/ibcs2_sysent.c b/sys/i386/ibcs2/ibcs2_sysent.c
index 985f39b..f011ec6 100644
--- a/sys/i386/ibcs2/ibcs2_sysent.c
+++ b/sys/i386/ibcs2/ibcs2_sysent.c
@@ -2,16 +2,14 @@
* System call switch table.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from Id: syscalls.master,v 1.7 1997/02/22 09:33:38 peter Exp
+ * created from Id: syscalls.master,v 1.8 1997/04/09 15:44:46 bde Exp
*/
-#include <sys/types.h>
#include <sys/param.h>
#include <sys/sysent.h>
#include <sys/sysproto.h>
#include <i386/ibcs2/ibcs2_types.h>
#include <i386/ibcs2/ibcs2_signal.h>
-#include <i386/ibcs2/ibcs2_statfs.h>
#include <i386/ibcs2/ibcs2_proto.h>
#ifdef COMPAT_43
diff --git a/sys/i386/ibcs2/ibcs2_xenix.h b/sys/i386/ibcs2/ibcs2_xenix.h
index e00dbc4..bbf7fc7 100644
--- a/sys/i386/ibcs2/ibcs2_xenix.h
+++ b/sys/i386/ibcs2/ibcs2_xenix.h
@@ -2,7 +2,7 @@
* System call prototypes.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from Id: syscalls.xenix,v 1.4 1997/02/22 09:33:39 peter Exp
+ * created from Id: syscalls.xenix,v 1.5 1997/04/09 15:44:47 bde Exp
*/
#ifndef _IBCS2_XENIX_H_
diff --git a/sys/i386/ibcs2/ibcs2_xenix_syscall.h b/sys/i386/ibcs2/ibcs2_xenix_syscall.h
index 8a043f7..969c0dc 100644
--- a/sys/i386/ibcs2/ibcs2_xenix_syscall.h
+++ b/sys/i386/ibcs2/ibcs2_xenix_syscall.h
@@ -2,7 +2,7 @@
* System call numbers.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from Id: syscalls.xenix,v 1.4 1997/02/22 09:33:39 peter Exp
+ * created from Id: syscalls.xenix,v 1.5 1997/04/09 15:44:47 bde Exp
*/
#define IBCS2_XENIX_xenix_rdchk 7
diff --git a/sys/i386/ibcs2/ibcs2_xenix_sysent.c b/sys/i386/ibcs2/ibcs2_xenix_sysent.c
index 2273312..c8804fe 100644
--- a/sys/i386/ibcs2/ibcs2_xenix_sysent.c
+++ b/sys/i386/ibcs2/ibcs2_xenix_sysent.c
@@ -2,16 +2,14 @@
* System call switch table.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from Id: syscalls.xenix,v 1.4 1997/02/22 09:33:39 peter Exp
+ * created from Id: syscalls.xenix,v 1.5 1997/04/09 15:44:47 bde Exp
*/
-#include <sys/types.h>
#include <sys/param.h>
#include <sys/sysent.h>
#include <sys/sysproto.h>
#include <i386/ibcs2/ibcs2_types.h>
#include <i386/ibcs2/ibcs2_signal.h>
-#include <i386/ibcs2/ibcs2_statfs.h>
#include <i386/ibcs2/ibcs2_xenix.h>
#ifdef COMPAT_43
OpenPOWER on IntegriCloud