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:
parent
529bd5a907
commit
10b7d5b9d5
@ -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_
|
||||
|
@ -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
|
||||
|
@ -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[] = {
|
||||
|
@ -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 */
|
||||
|
@ -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_
|
||||
|
@ -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
|
||||
|
@ -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[] = {
|
||||
|
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user