mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-20 10:16:34 +01:00
Oops didn't check that init_sysent.c was generated proberly. Fixed.
Reviewed by: Submitted by:
This commit is contained in:
parent
75c34c34d6
commit
acb5f10f46
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=2293
@ -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
|
||||
};
|
||||
};
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user