mirror of
https://github.com/opnsense/src.git
synced 2026-04-15 14:29:58 -04:00
Unbreak world build after r333064
Reported by: O. Hartmann <ohartmann walstatt.org>
This commit is contained in:
parent
b79f74cc64
commit
d552176e4b
1 changed files with 2 additions and 0 deletions
|
|
@ -53,7 +53,9 @@ typedef void (*systrace_probe_func_t)(struct syscall_args *,
|
|||
enum systrace_probe_t, int);
|
||||
typedef void (*systrace_args_func_t)(int, void *, uint64_t *, int *);
|
||||
|
||||
#ifdef _KERNEL
|
||||
extern bool systrace_enabled;
|
||||
#endif
|
||||
extern systrace_probe_func_t systrace_probe_func;
|
||||
|
||||
struct sysent { /* system call table */
|
||||
|
|
|
|||
Loading…
Reference in a new issue