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/ntpd remove unneeded newline in quotes...



details:   https://anonhg.NetBSD.org/src/rev/5967821607cb
branches:  trunk
changeset: 938139:5967821607cb
user:      kardel <kardel%NetBSD.org@localhost>
date:      Thu Sep 03 07:26:41 2020 +0000

description:
remove unneeded newline in quotes variable string - keeps ntpq happy

diffstat:

 external/bsd/ntp/dist/ntpd/refclock_parse.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r fcfe962d1b78 -r 5967821607cb external/bsd/ntp/dist/ntpd/refclock_parse.c
--- a/external/bsd/ntp/dist/ntpd/refclock_parse.c       Thu Sep 03 07:05:30 2020 +0000
+++ b/external/bsd/ntp/dist/ntpd/refclock_parse.c       Thu Sep 03 07:26:41 2020 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: refclock_parse.c,v 1.22 2020/05/25 20:47:25 christos Exp $     */
+/*     $NetBSD: refclock_parse.c,v 1.23 2020/09/03 07:26:41 kardel Exp $       */
 
 /*
  * /src/NTP/REPOSITORY/ntp4-dev/ntpd/refclock_parse.c,v 4.81 2009/05/01 10:15:29 kardel RELEASE_20090105_A
@@ -4287,7 +4287,7 @@
        }
        else
        {
-               snprintf( t, size, "UTC offset parameter: %is, no leap second announced.\n", dtls );
+               snprintf( t, size, "UTC offset parameter: %is, no leap second announced.", dtls );
        }
 
 }



Home | Main Index | Thread Index | Old Index