summaryrefslogtreecommitdiffstats
path: root/usr.bin/rup
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>1997-07-09 04:05:07 +0000
committerderaadt <deraadt@openbsd.org>1997-07-09 04:05:07 +0000
commit66429e164b387a149a4f2a8daa2139601bf1b8a3 (patch)
tree8bc84693c7a667f8e98d1646bfbaf2dd3a6d5880 /usr.bin/rup
parentargh (diff)
downloadwireguard-openbsd-66429e164b387a149a4f2a8daa2139601bf1b8a3.tar.xz
wireguard-openbsd-66429e164b387a149a4f2a8daa2139601bf1b8a3.zip
\n after clnt_sperrno()
Diffstat (limited to 'usr.bin/rup')
-rw-r--r--usr.bin/rup/rup.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/rup/rup.c b/usr.bin/rup/rup.c
index 543e6a00548..8333e7bb068 100644
--- a/usr.bin/rup/rup.c
+++ b/usr.bin/rup/rup.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: rup.c,v 1.7 1997/06/20 10:05:56 deraadt Exp $ */
+/* $OpenBSD: rup.c,v 1.8 1997/07/09 04:05:07 deraadt Exp $ */
/*-
* Copyright (c) 1993, John Brezak
@@ -34,7 +34,7 @@
*/
#ifndef lint
-static char rcsid[] = "$OpenBSD: rup.c,v 1.7 1997/06/20 10:05:56 deraadt Exp $";
+static char rcsid[] = "$OpenBSD: rup.c,v 1.8 1997/07/09 04:05:07 deraadt Exp $";
#endif /* not lint */
#include <stdio.h>
@@ -285,7 +285,7 @@ allhosts()
clnt_stat = clnt_broadcast(RSTATPROG, RSTATVERS_TIME, RSTATPROC_STATS,
xdr_void, NULL, xdr_statstime, (char *)&host_stat, rstat_reply);
if (clnt_stat != RPC_SUCCESS && clnt_stat != RPC_TIMEDOUT) {
- fprintf(stderr, "%s: %s", __progname, clnt_sperrno(clnt_stat));
+ fprintf(stderr, "%s: %s\n", __progname, clnt_sperrno(clnt_stat));
exit(1);
}