Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/bsd/ntp/dist/include make it compile again



details:   https://anonhg.NetBSD.org/src/rev/2438279c7a1b
branches:  trunk
changeset: 933733:2438279c7a1b
user:      christos <christos%NetBSD.org@localhost>
date:      Fri May 29 20:56:27 2020 +0000

description:
make it compile again

diffstat:

 external/bsd/ntp/dist/include/ntp_refclock.h |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r 15e211cbde95 -r 2438279c7a1b external/bsd/ntp/dist/include/ntp_refclock.h
--- a/external/bsd/ntp/dist/include/ntp_refclock.h      Fri May 29 20:54:16 2020 +0000
+++ b/external/bsd/ntp/dist/include/ntp_refclock.h      Fri May 29 20:56:27 2020 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ntp_refclock.h,v 1.7 2020/05/29 20:54:16 christos Exp $        */
+/*     $NetBSD: ntp_refclock.h,v 1.8 2020/05/29 20:56:27 christos Exp $        */
 
 /*
  * ntp_refclock.h - definitions for reference clock support
@@ -13,6 +13,7 @@
 
 #include "ntp_types.h"
 #include "ntp_tty.h"
+#include "ntp_stdlib.h"
 #include "recvbuff.h"
 
 
@@ -246,7 +247,7 @@
                        struct refclockproc *, char const *, ...)
                        NTP_PRINTF(2, 3);
 extern void    refclock_vformat_lcode(
-                       struct refclockproc *, char const *, va_list);
+                       struct refclockproc *, char const *, va_list)
                        NTP_PRINTF(2, 0);
                                       
 struct refclock_atom;



Home | Main Index | Thread Index | Old Index