Regenerated (to fix "created from" lines, and to fix the previous

regeneration which somehow used the wrong syscalls.master file,
resulting in unbuildable svr4_sysent.c).
This commit is contained in:
Bruce Evans 2000-05-10 14:38:28 +00:00
parent 43914915de
commit fdf7d274e8
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=60325
8 changed files with 10 additions and 10 deletions

View File

@ -3,7 +3,7 @@
*
* DO NOT EDIT-- this file is automatically generated.
* $FreeBSD$
* created from; @(#)syscalls.master 8.1 (Berkeley) 7/19/93
* created from FreeBSD: src/sys/svr4/syscalls.master,v 1.8 2000/05/10 14:32:32 bde Exp
*/
#ifndef _SVR4_SYSPROTO_H_

View File

@ -3,7 +3,7 @@
*
* DO NOT EDIT-- this file is automatically generated.
* $FreeBSD$
* created from; @(#)syscalls.master 8.1 (Berkeley) 7/19/93
* created from FreeBSD: src/sys/svr4/syscalls.master,v 1.8 2000/05/10 14:32:32 bde Exp
*/
#define SVR4_SYS_exit 1

View File

@ -3,7 +3,7 @@
*
* DO NOT EDIT-- this file is automatically generated.
* $FreeBSD$
* created from; @(#)syscalls.master 8.1 (Berkeley) 7/19/93
* created from FreeBSD: src/sys/svr4/syscalls.master,v 1.8 2000/05/10 14:32:32 bde Exp
*/
char *svr4_syscallnames[] = {

View File

@ -3,7 +3,7 @@
*
* DO NOT EDIT-- this file is automatically generated.
* $FreeBSD$
* created from; @(#)syscalls.master 8.1 (Berkeley) 7/19/93
* created from FreeBSD: src/sys/svr4/syscalls.master,v 1.8 2000/05/10 14:32:32 bde Exp
*/
#include <sys/types.h>
@ -20,7 +20,7 @@
/* The casts are bogus but will do for now. */
struct sysent svr4_sysent[] = {
{ 0, (sy_call_t *)nosys }, /* 0 = unused */
{ AS(exit_args), (sy_call_t *)exit }, /* 1 = exit */
{ AS(rexit_args), (sy_call_t *)exit }, /* 1 = exit */
{ 0, (sy_call_t *)fork }, /* 2 = fork */
{ AS(read_args), (sy_call_t *)read }, /* 3 = read */
{ AS(write_args), (sy_call_t *)write }, /* 4 = write */

View File

@ -3,7 +3,7 @@
*
* DO NOT EDIT-- this file is automatically generated.
* $FreeBSD$
* created from; @(#)syscalls.master 8.1 (Berkeley) 7/19/93
* created from FreeBSD: src/sys/svr4/syscalls.master,v 1.8 2000/05/10 14:32:32 bde Exp
*/
#ifndef _SVR4_SYSPROTO_H_

View File

@ -3,7 +3,7 @@
*
* DO NOT EDIT-- this file is automatically generated.
* $FreeBSD$
* created from; @(#)syscalls.master 8.1 (Berkeley) 7/19/93
* created from FreeBSD: src/sys/svr4/syscalls.master,v 1.8 2000/05/10 14:32:32 bde Exp
*/
#define SVR4_SYS_exit 1

View File

@ -3,7 +3,7 @@
*
* DO NOT EDIT-- this file is automatically generated.
* $FreeBSD$
* created from; @(#)syscalls.master 8.1 (Berkeley) 7/19/93
* created from FreeBSD: src/sys/svr4/syscalls.master,v 1.8 2000/05/10 14:32:32 bde Exp
*/
char *svr4_syscallnames[] = {

View File

@ -3,7 +3,7 @@
*
* DO NOT EDIT-- this file is automatically generated.
* $FreeBSD$
* created from; @(#)syscalls.master 8.1 (Berkeley) 7/19/93
* created from FreeBSD: src/sys/svr4/syscalls.master,v 1.8 2000/05/10 14:32:32 bde Exp
*/
#include <sys/types.h>
@ -20,7 +20,7 @@
/* The casts are bogus but will do for now. */
struct sysent svr4_sysent[] = {
{ 0, (sy_call_t *)nosys }, /* 0 = unused */
{ AS(exit_args), (sy_call_t *)exit }, /* 1 = exit */
{ AS(rexit_args), (sy_call_t *)exit }, /* 1 = exit */
{ 0, (sy_call_t *)fork }, /* 2 = fork */
{ AS(read_args), (sy_call_t *)read }, /* 3 = read */
{ AS(write_args), (sy_call_t *)write }, /* 4 = write */