blob: 880b852d7eef7065e7f812bb48887a2e4f97d465 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
$NetBSD: patch-ntpd_refclock__wwvb.c,v 1.2 2020/10/07 09:09:39 sjmulder Exp $
* Changes from NetBSD base w/ Linux fix
--- ntpd/refclock_wwvb.c.orig 2014-12-30 00:29:38.000000000 +0000
+++ ntpd/refclock_wwvb.c
@@ -154,7 +154,7 @@ static void wwvb_control (int, const str
struct refclockstat *, struct peer *);
#define WWVB_CONTROL wwvb_control
#else
-#define WWVB_CONTROL noentry
+#define WWVB_CONTROL (void*)noentry
#endif /* HAVE_PPSAPI */
/*
|