summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--usr.sbin/hoststatectl/hoststatectl.c4
-rw-r--r--usr.sbin/relayctl/relayctl.c4
2 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/hoststatectl/hoststatectl.c b/usr.sbin/hoststatectl/hoststatectl.c
index cbac8110977..ae8f0f50c18 100644
--- a/usr.sbin/hoststatectl/hoststatectl.c
+++ b/usr.sbin/hoststatectl/hoststatectl.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: hoststatectl.c,v 1.15 2007/02/22 03:32:40 reyk Exp $ */
+/* $OpenBSD: hoststatectl.c,v 1.16 2007/02/22 05:59:13 reyk Exp $ */
/*
* Copyright (c) 2006 Pierre-Yves Ritschard <pyr@spootnik.org>
@@ -303,7 +303,7 @@ show_summary_msg(struct imsg *imsg, int type)
struct host *host;
struct relay *rlay;
struct ctl_stats stats[RELAY_MAXPROC], crs;
- int i;
+ int i;
switch (imsg->hdr.type) {
case IMSG_CTL_SERVICE:
diff --git a/usr.sbin/relayctl/relayctl.c b/usr.sbin/relayctl/relayctl.c
index b0b494c2ecc..565f04722e5 100644
--- a/usr.sbin/relayctl/relayctl.c
+++ b/usr.sbin/relayctl/relayctl.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: relayctl.c,v 1.15 2007/02/22 03:32:40 reyk Exp $ */
+/* $OpenBSD: relayctl.c,v 1.16 2007/02/22 05:59:13 reyk Exp $ */
/*
* Copyright (c) 2006 Pierre-Yves Ritschard <pyr@spootnik.org>
@@ -303,7 +303,7 @@ show_summary_msg(struct imsg *imsg, int type)
struct host *host;
struct relay *rlay;
struct ctl_stats stats[RELAY_MAXPROC], crs;
- int i;
+ int i;
switch (imsg->hdr.type) {
case IMSG_CTL_SERVICE: