From c009d35f0060905842c779fdf57535e0127cb238 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Mon, 20 Jan 2014 03:24:51 +0100 Subject: ntpd: remove now unnecessary check for IP_PKTINFO definition Signed-off-by: Denys Vlasenko --- networking/ntpd.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'networking/ntpd.c') 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). -- cgit v1.2.3