ntpd: remove now unnecessary check for IP_PKTINFO definition

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
Denys Vlasenko 2014-01-20 03:24:51 +01:00
parent 76ad7481b1
commit c009d35f00
2 changed files with 0 additions and 6 deletions

View 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).

View 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 */