From bf6c0d31b70322a3787b91bc17f3a2060dc88a19 Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Sat, 29 Mar 1997 13:15:23 +0000 Subject: [PATCH] Regenerate (include file changes, stray blank lines (cosmetic), and a syscall vector was out of sync with it's .master file) --- sys/i386/ibcs2/ibcs2_isc_syscall.h | 2 +- sys/i386/ibcs2/ibcs2_isc_sysent.c | 4 +--- sys/i386/ibcs2/ibcs2_proto.h | 6 ++---- sys/i386/ibcs2/ibcs2_syscall.h | 2 +- sys/i386/ibcs2/ibcs2_sysent.c | 4 +--- sys/i386/ibcs2/ibcs2_xenix.h | 6 ++---- sys/i386/ibcs2/ibcs2_xenix_syscall.h | 2 +- sys/i386/ibcs2/ibcs2_xenix_sysent.c | 6 ++---- 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 @@ -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 -#include -#include +#include 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 @@ -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 -#include -#include +#include 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 @@ -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 */ }; - -