Fix build after r301404.
X-MFC-With: r301404 MFC after: 1 week
This commit is contained in:
parent
0f1c6d28f5
commit
f738a972ec
@ -39,6 +39,10 @@ __FBSDID("$FreeBSD$");
|
||||
|
||||
#include "opt_compat.h"
|
||||
|
||||
#if defined(COMPAT_IA32) || defined(COMPAT_FREEBSD32) || defined(COMPAT_ARCH32)
|
||||
extern struct sysent freebsd32_sysent[];
|
||||
#endif
|
||||
|
||||
static eventhandler_tag filemon_exec_tag;
|
||||
static eventhandler_tag filemon_exit_tag;
|
||||
static eventhandler_tag filemon_fork_tag;
|
||||
|
Loading…
x
Reference in New Issue
Block a user