mirror of
https://github.com/sheumann/hush.git
synced 2025-01-11 08:29:54 +00:00
ntpd: remove now unnecessary check for IP_PKTINFO definition
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
parent
76ad7481b1
commit
c009d35f00
@ -51,9 +51,6 @@
|
|||||||
#ifndef IPTOS_LOWDELAY
|
#ifndef IPTOS_LOWDELAY
|
||||||
# define IPTOS_LOWDELAY 0x10
|
# define IPTOS_LOWDELAY 0x10
|
||||||
#endif
|
#endif
|
||||||
#ifndef IP_PKTINFO
|
|
||||||
# error "Sorry, your kernel has to support IP_PKTINFO"
|
|
||||||
#endif
|
|
||||||
|
|
||||||
|
|
||||||
/* Verbosity control (max level of -dddd options accepted).
|
/* Verbosity control (max level of -dddd options accepted).
|
||||||
|
@ -11,9 +11,6 @@
|
|||||||
#ifndef IPTOS_LOWDELAY
|
#ifndef IPTOS_LOWDELAY
|
||||||
# define IPTOS_LOWDELAY 0x10
|
# define IPTOS_LOWDELAY 0x10
|
||||||
#endif
|
#endif
|
||||||
#ifndef IP_PKTINFO
|
|
||||||
# error "Sorry, your kernel has to support IP_PKTINFO"
|
|
||||||
#endif
|
|
||||||
|
|
||||||
|
|
||||||
/* Sync to peers every N secs */
|
/* Sync to peers every N secs */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user