diff options
author | Cy Schubert <cy@FreeBSD.org> | 2020-06-24 00:20:45 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2020-06-24 00:20:45 +0000 |
commit | 3914721463f70500ecc1f59312b122d8788465cf (patch) | |
tree | f253e72838d762e229ca71912a4a928e96cac2bd /ntpd/refclock_nmea.c | |
parent | 5171bc9b11192d9ad273db7854787eaa65eb9997 (diff) |
Notes
Diffstat (limited to 'ntpd/refclock_nmea.c')
-rw-r--r-- | ntpd/refclock_nmea.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ntpd/refclock_nmea.c b/ntpd/refclock_nmea.c index 4fdadea61dff..1d7997c6aaf9 100644 --- a/ntpd/refclock_nmea.c +++ b/ntpd/refclock_nmea.c @@ -289,7 +289,7 @@ static int nmea_start (int, struct peer *); static void nmea_shutdown (int, struct peer *); static void nmea_receive (struct recvbuf *); static void nmea_poll (int, struct peer *); -static void nmea_procrec (struct peer *, l_fp); +static void nmea_procrec (struct peer * const, l_fp); #ifdef HAVE_PPSAPI static double tabsdiffd (l_fp, l_fp); static void nmea_control (int, const struct refclockstat *, |