aboutsummaryrefslogtreecommitdiff
path: root/sys/i386/ibcs2
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>1997-03-29 13:15:23 +0000
committerPeter Wemm <peter@FreeBSD.org>1997-03-29 13:15:23 +0000
commitbf6c0d31b70322a3787b91bc17f3a2060dc88a19 (patch)
tree35f71802644042cd13109b3f8af705db06ec03b7 /sys/i386/ibcs2
parentbf07edd9e3f1f082312f9d96ff7e44a923931680 (diff)
downloadsrc-bf6c0d31b70322a3787b91bc17f3a2060dc88a19.tar.gz
src-bf6c0d31b70322a3787b91bc17f3a2060dc88a19.zip
Regenerate (include file changes, stray blank lines (cosmetic),
and a syscall vector was out of sync with it's .master file)
Notes
Notes: svn path=/head/; revision=24384
Diffstat (limited to 'sys/i386/ibcs2')
-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.h6
-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.h6
-rw-r--r--sys/i386/ibcs2/ibcs2_xenix_syscall.h2
-rw-r--r--sys/i386/ibcs2/ibcs2_xenix_sysent.c6
8 files changed, 11 insertions, 21 deletions
diff --git a/sys/i386/ibcs2/ibcs2_isc_syscall.h b/sys/i386/ibcs2/ibcs2_isc_syscall.h
index 4767212f42c7..eb485847030c 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.1 1995/10/10 07:59:26 swallace Exp
+ * created from Id: syscalls.isc,v 1.3 1997/02/22 09:33:35 peter 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 e8e0609f3173..48be9b9845be 100644
--- a/sys/i386/ibcs2/ibcs2_isc_sysent.c
+++ b/sys/i386/ibcs2/ibcs2_isc_sysent.c
@@ -2,7 +2,7 @@
* System call switch table.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from Id: syscalls.isc,v 1.1 1995/10/10 07:59:26 swallace Exp
+ * created from Id: syscalls.isc,v 1.3 1997/02/22 09:33:35 peter Exp
*/
#include <sys/types.h>
@@ -45,5 +45,3 @@ struct sysent isc_sysent[] = {
{ 3, (sy_call_t *)ibcs2_readlink }, /* 19 = ibcs2_readlink */
{ 0, (sy_call_t *)nosys }, /* 20 = isc_getmajor */
};
-
-
diff --git a/sys/i386/ibcs2/ibcs2_proto.h b/sys/i386/ibcs2/ibcs2_proto.h
index 0d0191d28477..aac7e3376b4d 100644
--- a/sys/i386/ibcs2/ibcs2_proto.h
+++ b/sys/i386/ibcs2/ibcs2_proto.h
@@ -2,15 +2,13 @@
* System call prototypes.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from Id: syscalls.master,v 1.5 1996/01/08 05:24:09 peter Exp
+ * created from Id: syscalls.master,v 1.7 1997/02/22 09:33:38 peter Exp
*/
#ifndef _IBCS2_SYSPROTO_H_
#define _IBCS2_SYSPROTO_H_
-#include <sys/types.h>
-#include <sys/param.h>
-#include <sys/mount.h>
+#include <sys/signal.h>
struct ibcs2_read_args {
int fd;
diff --git a/sys/i386/ibcs2/ibcs2_syscall.h b/sys/i386/ibcs2/ibcs2_syscall.h
index 08fadcdff7f9..be3375fe6a52 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.5 1996/01/08 05:24:09 peter Exp
+ * created from Id: syscalls.master,v 1.7 1997/02/22 09:33:38 peter Exp
*/
#define IBCS2_SYS_syscall 0
diff --git a/sys/i386/ibcs2/ibcs2_sysent.c b/sys/i386/ibcs2/ibcs2_sysent.c
index f0d59e2bc4f8..985f39b72bae 100644
--- a/sys/i386/ibcs2/ibcs2_sysent.c
+++ b/sys/i386/ibcs2/ibcs2_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.5 1996/01/08 05:24:09 peter Exp
+ * created from Id: syscalls.master,v 1.7 1997/02/22 09:33:38 peter Exp
*/
#include <sys/types.h>
@@ -151,5 +151,3 @@ struct sysent ibcs2_sysent[] = {
{ 0, (sy_call_t *)nosys }, /* 126 = nosys */
{ 0, (sy_call_t *)nosys }, /* 127 = nosys */
};
-
-
diff --git a/sys/i386/ibcs2/ibcs2_xenix.h b/sys/i386/ibcs2/ibcs2_xenix.h
index 3b0cade63ab2..e00dbc4de7d3 100644
--- a/sys/i386/ibcs2/ibcs2_xenix.h
+++ b/sys/i386/ibcs2/ibcs2_xenix.h
@@ -2,15 +2,13 @@
* System call prototypes.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from Id: syscalls.xenix,v 1.1 1995/10/10 07:59:29 swallace Exp
+ * created from Id: syscalls.xenix,v 1.4 1997/02/22 09:33:39 peter Exp
*/
#ifndef _IBCS2_XENIX_H_
#define _IBCS2_XENIX_H_
-#include <sys/types.h>
-#include <sys/param.h>
-#include <sys/mount.h>
+#include <sys/signal.h>
struct xenix_rdchk_args {
int fd;
diff --git a/sys/i386/ibcs2/ibcs2_xenix_syscall.h b/sys/i386/ibcs2/ibcs2_xenix_syscall.h
index e1fb72fb06c5..8a043f7ad75a 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.1 1995/10/10 07:59:29 swallace Exp
+ * created from Id: syscalls.xenix,v 1.4 1997/02/22 09:33:39 peter 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 93d599b0fb81..22733126a589 100644
--- a/sys/i386/ibcs2/ibcs2_xenix_sysent.c
+++ b/sys/i386/ibcs2/ibcs2_xenix_sysent.c
@@ -2,7 +2,7 @@
* System call switch table.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from Id: syscalls.xenix,v 1.1 1995/10/10 07:59:29 swallace Exp
+ * created from Id: syscalls.xenix,v 1.4 1997/02/22 09:33:39 peter Exp
*/
#include <sys/types.h>
@@ -59,7 +59,7 @@ struct sysent xenix_sysent[] = {
{ 0, (sy_call_t *)nosys }, /* 34 = xenix_unexecseg */
{ 0, (sy_call_t *)nosys }, /* 35 = nosys */
{ 5, (sy_call_t *)select }, /* 36 = select */
- { 0, (sy_call_t *)nosys }, /* 37 = xenix_eaccess */
+ { 2, (sy_call_t *)xenix_eaccess }, /* 37 = xenix_eaccess */
{ 0, (sy_call_t *)nosys }, /* 38 = xenix_paccess */
{ 3, (sy_call_t *)ibcs2_sigaction }, /* 39 = ibcs2_sigaction */
{ 3, (sy_call_t *)ibcs2_sigprocmask }, /* 40 = ibcs2_sigprocmask */
@@ -80,5 +80,3 @@ struct sysent xenix_sysent[] = {
{ 2, (sy_call_t *)getitimer }, /* 55 = getitimer */
{ 3, (sy_call_t *)setitimer }, /* 56 = setitimer */
};
-
-