Oops didn't check that init_sysent.c was generated proberly. Fixed.

Reviewed by:
Submitted by:
This commit is contained in:
Søren Schmidt 1994-08-26 09:33:37 +00:00
parent 75c34c34d6
commit acb5f10f46
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=2293
2 changed files with 4 additions and 4 deletions

View File

@ -2,7 +2,7 @@
* System call switch table.
*
* DO NOT EDIT-- this file is automatically generated.
* created from $Id: init_sysent.c,v 1.3 1994/08/19 11:45:19 davidg Exp $
* created from $Id: syscalls.master,v 1.4 1994/08/19 11:45:23 davidg Exp $
*/
#include <sys/param.h>
@ -524,4 +524,4 @@ struct sysentvec aout_sysvec = {
0,
0,
0
};
};

View File

@ -51,8 +51,8 @@ awk < $1 "
NR == 1 {
printf " * created from%s\n */\n\n", $0 > sysdcl
printf "#include <sys/param.h>\n" > sysdcl
printf "#include <sys/systm.h>\n\n" > sysdcl
printf "int\tnosys();\n\n" > sysdcl
printf "#include <sys/systm.h>\n" > sysdcl
printf "#include <sys/sysent.h>\n\n" > sysdcl
printf "struct sysent sysent[] = {\n" > sysent