mirror of https://github.com/mirror/busybox.git
ntpd: remove now unnecessary check for IP_PKTINFO definition
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>1_23_stable
parent
76ad7481b1
commit
c009d35f00
|
@ -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).
|
||||
|
|
|
@ -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 */
|
||||
|
|
Loading…
Reference in New Issue