kern: drop remaining references to removed makesyscalls.sh

This was accidentally omitted from the recent removal of makeyscalls.sh.

Reviewed by:	emaste
Differential Revision:	https://reviews.freebsd.org/D30250
This commit is contained in:
Kyle Evans 2021-05-13 13:46:17 -05:00
parent 877175a17a
commit 35aa1d6e45

View File

@ -95,7 +95,7 @@ extern struct sysent linux32_sysent[];
#elif defined(FREEBSD32_SYSTRACE)
/*
* The syscall arguments are processed into a DTrace argument array
* using a generated function. See sys/kern/makesyscalls.sh.
* using a generated function. See sys/tools/makesyscalls.lua.
*/
#include <compat/freebsd32/freebsd32_proto.h>
#include <compat/freebsd32/freebsd32_util.h>
@ -109,7 +109,7 @@ extern const char *freebsd32_syscallnames[];
#else
/*
* The syscall arguments are processed into a DTrace argument array
* using a generated function. See sys/kern/makesyscalls.sh.
* using a generated function. See sys/tools/makesyscalls.lua.
*/
#include <sys/syscall.h>
#include <kern/systrace_args.c>