summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1997-03-29 13:15:23 +0000
committerpeter <peter@FreeBSD.org>1997-03-29 13:15:23 +0000
commite629920459bb7a478529cf32e661bff0f7335197 (patch)
tree76329df10afb548c7d2dae21751d9e9fc723256b /sys
parent4f78f634498b1ba5b3687dbdccf9ec530fc6ad57 (diff)
downloadFreeBSD-src-e629920459bb7a478529cf32e661bff0f7335197.zip
FreeBSD-src-e629920459bb7a478529cf32e661bff0f7335197.tar.gz
Regenerate (include file changes, stray blank lines (cosmetic),
and a syscall vector was out of sync with it's .master file)
Diffstat (limited to 'sys')
-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 4767212..eb48584 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 e8e0609..48be9b9 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 0d0191d..aac7e33 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 08fadcd..be3375f 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 f0d59e2..985f39b 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 3b0cade..e00dbc4 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 e1fb72f..8a043f7 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 93d599b..2273312 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 */
};
-
-
OpenPOWER on IntegriCloud