FreeBSD using different constant names, defining them inline

Signed-off-by: Alex Samorukov <[email protected]>
---
 networking/ntpd.c | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/networking/ntpd.c b/networking/ntpd.c
index 46d8f3495..29cf5c323 100644
--- a/networking/ntpd.c
+++ b/networking/ntpd.c
@@ -113,6 +113,13 @@
 # define IPTOS_DSCP_AF21 0x48
 #endif
 
+#ifdef __FreeBSD__
+/* see sys/timex.h */
+#define adjtimex ntp_adjtime
+#define ADJ_OFFSET     MOD_OFFSET
+#define ADJ_STATUS     MOD_STATUS
+#define ADJ_TIMECONST  MOD_TIMECONST
+#endif
 
 /* Verbosity control (max level of -dddd options accepted).
  * max 6 is very talkative (and bloated). 3 is non-bloated,
-- 
2.29.1

_______________________________________________
busybox mailing list
[email protected]
http://lists.busybox.net/mailman/listinfo/busybox

Reply via email to