mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
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:
parent
877175a17a
commit
35aa1d6e45
1 changed files with 2 additions and 2 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue