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_simple.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'networking/ntpd_simple.c') 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 */ -- cgit v1.2.3