Regenerate (include file changes, stray blank lines (cosmetic),

and a syscall vector was out of sync with it's .master file)
This commit is contained in:
Peter Wemm 1997-03-29 13:15:23 +00:00
parent bf07edd9e3
commit bf6c0d31b7
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=24384
8 changed files with 11 additions and 21 deletions

View File

@ -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

View File

@ -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 */
};

View File

@ -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;

View File

@ -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

View File

@ -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 */
};

View File

@ -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;

View File

@ -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

View File

@ -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 */
};