Add a sysmk -> /dev/null definition ready for a coming change to

makesyscalls.sh.
This commit is contained in:
John Birrell 1998-01-25 09:09:48 +00:00
parent c1e8822ae4
commit b0ed821446
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=32757
2 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,7 @@ sysnames="syscalls.h"
sysproto="/dev/null"
sysproto_h="/dev/null"
syshdr="/dev/null"
sysmk="/dev/null"
syssw="/dev/null"
syshide="/dev/null"
syscallprefix="SYS_"

View File

@ -2,6 +2,7 @@ sysnames="linux_syscalls.h"
sysproto="/dev/null"
sysproto_h="/dev/null"
syshdr="/dev/null"
sysmk="/dev/null"
syssw="/dev/null"
syshide="/dev/null"
syscallprefix="SYS_"