(re)wrap SYS_sendsyslog in ifdef.

Replace ifdef that went missing in commit
c61b42f267.  Fixes build on older
OpenBSDs.
This commit is contained in:
Darren Tucker 2015-10-29 20:57:34 +11:00
parent b67e2e76fc
commit 996b24cebf
1 changed files with 2 additions and 0 deletions

View File

@ -68,7 +68,9 @@ static const struct sandbox_policy preauth_policy[] = {
/* Previous releases used sysctl(3)'s kern.arnd variable. */
{ SYS___sysctl, SYSTR_POLICY_PERMIT },
#endif
#ifdef SYS_sendsyslog
{ SYS_sendsyslog, SYSTR_POLICY_PERMIT },
#endif
{ SYS_madvise, SYSTR_POLICY_PERMIT },
{ SYS_mmap, SYSTR_POLICY_PERMIT },