ntpd: remove now unnecessary check for IP_PKTINFO definition
authorDenys Vlasenko <vda.linux@googlemail.com>
Mon, 20 Jan 2014 02:24:51 +0000 (03:24 +0100)
committerDenys Vlasenko <vda.linux@googlemail.com>
Mon, 20 Jan 2014 02:24:51 +0000 (03:24 +0100)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
networking/ntpd.c
networking/ntpd_simple.c

index f1f99bb2bb7d7d694d3364bdb33de73c1084df88..03fe448ca92eb6cea650bb7d61ba3024ee92fba1 100644 (file)
@@ -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).
index 3e7fc47199667b73cc4199531ee761d8f5dc8bfa..22e899cb652eb90052a0636a1491b71921398a20 100644 (file)
@@ -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 */