diff options
author | Denys Vlasenko | 2014-01-20 03:24:51 +0100 |
---|---|---|
committer | Denys Vlasenko | 2014-01-20 03:24:51 +0100 |
commit | c009d35f0060905842c779fdf57535e0127cb238 (patch) | |
tree | 8c325c834b829fd269d3b4f24e9b61c5398e933a /networking/ntpd.c | |
parent | 76ad7481b1697b9eb99286259395050f3169e7e8 (diff) | |
download | busybox-c009d35f0060905842c779fdf57535e0127cb238.zip busybox-c009d35f0060905842c779fdf57535e0127cb238.tar.gz |
ntpd: remove now unnecessary check for IP_PKTINFO definition
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'networking/ntpd.c')
-rw-r--r-- | networking/ntpd.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/networking/ntpd.c b/networking/ntpd.c index f1f99bb..03fe448 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). |