diff options
Diffstat (limited to 'net/ntp/files')
-rw-r--r-- | net/ntp/files/patch-ntpd_ntpd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ntp/files/patch-ntpd_ntpd.c b/net/ntp/files/patch-ntpd_ntpd.c index 458a799fbc14..39c7af05780b 100644 --- a/net/ntp/files/patch-ntpd_ntpd.c +++ b/net/ntp/files/patch-ntpd_ntpd.c @@ -5,7 +5,7 @@ #endif /* LIBSECCOMP and KERN_SECCOMP */ -#ifdef __FreeBSD__ -+#if defined(__FreeBSD_version) && __FreeBSD_version < 1400037 ++#if defined(__FreeBSD_version) && __FreeBSD_version < 1400038 #include <sys/procctl.h> #ifndef PROC_STACKGAP_CTL /* |