Fix build after r301404.

X-MFC-With:	r301404
MFC after:	1 week
This commit is contained in:
Bryan Drewery 2016-06-04 23:34:51 +00:00
parent 0f1c6d28f5
commit f738a972ec
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=301414

View file

@ -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;