From: Denys Vlasenko Date: Mon, 20 Jan 2014 02:24:51 +0000 (+0100) Subject: ntpd: remove now unnecessary check for IP_PKTINFO definition X-Git-Tag: 1_23_0~211 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=c009d35f0060905842c779fdf57535e0127cb238;p=oweals%2Fbusybox.git ntpd: remove now unnecessary check for IP_PKTINFO definition Signed-off-by: Denys Vlasenko --- diff --git a/networking/ntpd.c b/networking/ntpd.c index f1f99bb2b..03fe448ca 100644 --- a/networking/ntpd.c +++ b/networking/ntpd.c @@ -51,9 +51,6 @@ #ifndef IPTOS_LOWDELAY # define IPTOS_LOWDELAY 0x10 #endif -#ifndef IP_PKTINFO -# error "Sorry, your kernel has to support IP_PKTINFO" -#endif /* Verbosity control (max level of -dddd options accepted). diff --git a/networking/ntpd_simple.c b/networking/ntpd_simple.c index 3e7fc4719..22e899cb6 100644 --- a/networking/ntpd_simple.c +++ b/networking/ntpd_simple.c @@ -11,9 +11,6 @@ #ifndef IPTOS_LOWDELAY # define IPTOS_LOWDELAY 0x10 #endif -#ifndef IP_PKTINFO -# error "Sorry, your kernel has to support IP_PKTINFO" -#endif /* Sync to peers every N secs */