fix a botch, and gen syscall files

This commit is contained in:
cgd 1994-06-30 17:00:13 +00:00
parent bc9970144d
commit 19f726e77f
15 changed files with 21 additions and 28 deletions

View File

@ -1,5 +1,5 @@
#! /bin/sh -
# $NetBSD: makesyscalls.sh,v 1.8 1994/06/30 16:42:51 cgd Exp $
# $NetBSD: makesyscalls.sh,v 1.9 1994/06/30 17:00:13 cgd Exp $
#
# @(#)makesyscalls.sh 8.1 (Berkeley) 6/11/93
@ -57,12 +57,10 @@ awk < $1 "
printf "struct sysent sun_sysent[] = {\n" > sysent
printf " * created from: NetBSD %s %s %s %s\n */\n\n",$2,$3,$4,$
5 > sysnames
printf " * created from: NetBSD %s %s %s %s\n */\n\n",$2,$3,$4,$5 > sysnames
printf "char *sun_syscallnames[] = {\n" > sysnames
printf " * created from: NetBSD %s %s %s %s\n */\n\n",$2,$3,$4,$
5 > syshdr
printf " * created from: NetBSD %s %s %s %s\n */\n\n",$2,$3,$4,$5 > syshdr
next
}
NF == 0 || $1 ~ /^;/ {

View File

@ -2,7 +2,7 @@
* System call numbers.
*
* DO NOT EDIT-- this file is automatically generated.
* created from: syscalls.master,v 1.15 1994/05/07 05:06:35
* created from: NetBSD syscalls.master,v 1.17 1994/06/29 06:30:25
*/
#define SUN_SYS_syscall 0

View File

@ -2,7 +2,7 @@
* System call names.
*
* DO NOT EDIT-- this file is automatically generated.
* created from: syscalls.master,v 1.15 1994/05/07 05:06:35
* created from: NetBSD syscalls.master,v 1.17 1994/06/29 06:30:25
*/
char *sun_syscallnames[] = {

View File

@ -2,7 +2,7 @@
* System call switch table.
*
* DO NOT EDIT-- this file is automatically generated.
* created from: syscalls.master,v 1.15 1994/05/07 05:06:35
* created from: NetBSD syscalls.master,v 1.17 1994/06/29 06:30:25
*/
#include <sys/param.h>

View File

@ -2,7 +2,7 @@
* System call numbers.
*
* DO NOT EDIT-- this file is automatically generated.
* created from: syscalls.master,v 1.15 1994/05/07 05:06:35
* created from: NetBSD syscalls.master,v 1.17 1994/06/29 06:30:25
*/
#define SUN_SYS_syscall 0

View File

@ -2,7 +2,7 @@
* System call names.
*
* DO NOT EDIT-- this file is automatically generated.
* created from: syscalls.master,v 1.15 1994/05/07 05:06:35
* created from: NetBSD syscalls.master,v 1.17 1994/06/29 06:30:25
*/
char *sun_syscallnames[] = {

View File

@ -2,7 +2,7 @@
* System call switch table.
*
* DO NOT EDIT-- this file is automatically generated.
* created from: syscalls.master,v 1.15 1994/05/07 05:06:35
* created from: NetBSD syscalls.master,v 1.17 1994/06/29 06:30:25
*/
#include <sys/param.h>

View File

@ -1,5 +1,5 @@
#! /bin/sh -
# $NetBSD: makesyscalls.sh,v 1.3 1994/06/30 16:42:53 cgd Exp $
# $NetBSD: makesyscalls.sh,v 1.4 1994/06/30 17:00:20 cgd Exp $
#
# @(#)makesyscalls.sh 8.1 (Berkeley) 6/11/93
@ -57,11 +57,9 @@ awk < $1 "
printf "struct sysent svr4_sysent[] = {\n" > sysent
printf " * created from: NetBSD %s %s %s %s\n */\n\n",$2,$3,$4,$
5 > sysnames
printf " * created from: NetBSD %s %s %s %s\n */\n\n",$2,$3,$4,$5 > sysnames
printf " * created from: NetBSD %s %s %s %s\n */\n\n",$2,$3,$4,$
5 > syshdr
printf " * created from: NetBSD %s %s %s %s\n */\n\n",$2,$3,$4,$5 > syshdr
next
}
NF == 0 || $1 ~ /^;/ {

View File

@ -2,7 +2,7 @@
* System call numbers.
*
* DO NOT EDIT-- this file is automatically generated.
* created from: syscalls.master,v 1.15 1994/05/07 05:06:35
* created from: NetBSD syscalls.master,v 1.2 1994/06/29 06:30:37
*/
#define SVR4_SYS_syscall 0

View File

@ -2,10 +2,9 @@
* System call names.
*
* DO NOT EDIT-- this file is automatically generated.
* created from: syscalls.master,v 1.15 1994/05/07 05:06:35
* created from: NetBSD syscalls.master,v 1.2 1994/06/29 06:30:37
*/
char *svr4_syscallnames[] = {
"syscall", /* 0 = syscall */
"exit", /* 1 = exit */
"fork", /* 2 = fork */

View File

@ -2,7 +2,7 @@
* System call switch table.
*
* DO NOT EDIT-- this file is automatically generated.
* created from: syscalls.master,v 1.15 1994/05/07 05:06:35
* created from: NetBSD syscalls.master,v 1.2 1994/06/29 06:30:37
*/
#include <sys/param.h>

View File

@ -1,5 +1,5 @@
#! /bin/sh -
# $NetBSD: makesyscalls.sh,v 1.4 1994/06/30 16:42:55 cgd Exp $
# $NetBSD: makesyscalls.sh,v 1.5 1994/06/30 17:00:26 cgd Exp $
#
# @(#)makesyscalls.sh 8.1 (Berkeley) 6/11/93
@ -57,12 +57,10 @@ awk < $1 "
printf "struct sysent ultrix_sysent[] = {\n" > sysent
printf " * created from: NetBSD %s %s %s %s\n */\n\n",$2,$3,$4,$
5 > sysnames
printf " * created from: NetBSD %s %s %s %s\n */\n\n",$2,$3,$4,$5 > sysnames
printf "char *ultrix_syscallnames[] = {\n" > sysnames
printf " * created from: NetBSD %s %s %s %s\n */\n\n",$2,$3,$4,$
5 > syshdr
printf " * created from: NetBSD %s %s %s %s\n */\n\n",$2,$3,$4,$5 > syshdr
next
}
NF == 0 || $1 ~ /^;/ {

View File

@ -2,7 +2,7 @@
* System call numbers.
*
* DO NOT EDIT-- this file is automatically generated.
* created from: syscalls.master,v 1.3 1994/06/22 03:37:15
* created from: NetBSD syscalls.master,v 1.4 1994/06/29 06:30:40
*/
#define ULTRIX_SYS_syscall 0

View File

@ -2,7 +2,7 @@
* System call names.
*
* DO NOT EDIT-- this file is automatically generated.
* created from: syscalls.master,v 1.3 1994/06/22 03:37:15
* created from: NetBSD syscalls.master,v 1.4 1994/06/29 06:30:40
*/
char *ultrix_syscallnames[] = {

View File

@ -2,7 +2,7 @@
* System call switch table.
*
* DO NOT EDIT-- this file is automatically generated.
* created from: syscalls.master,v 1.3 1994/06/22 03:37:15
* created from: NetBSD syscalls.master,v 1.4 1994/06/29 06:30:40
*/
#include <sys/param.h>