diff options
author | Pierre-Yves Ritschard <pyr@cvs.openbsd.org> | 2007-09-29 16:23:07 +0000 |
---|---|---|
committer | Pierre-Yves Ritschard <pyr@cvs.openbsd.org> | 2007-09-29 16:23:07 +0000 |
commit | 9e8ea78d0ed7ee9c8913fa15e1755ce6a7f5bdaf (patch) | |
tree | 19981b50d65814f90ad67abd95926c94afb10036 /usr.sbin | |
parent | ccc35bca5fbf1b9596d9d84e7a86bc0132dc7abb (diff) |
KNF.
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/hoststatectl/hoststatectl.c | 4 | ||||
-rw-r--r-- | usr.sbin/relayctl/relayctl.c | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/hoststatectl/hoststatectl.c b/usr.sbin/hoststatectl/hoststatectl.c index 479d15b5356..f65247d9d48 100644 --- a/usr.sbin/hoststatectl/hoststatectl.c +++ b/usr.sbin/hoststatectl/hoststatectl.c @@ -1,4 +1,4 @@ -/* $OpenBSD: hoststatectl.c,v 1.23 2007/09/28 13:29:56 pyr Exp $ */ +/* $OpenBSD: hoststatectl.c,v 1.24 2007/09/29 16:23:06 pyr Exp $ */ /* * Copyright (c) 2006 Pierre-Yves Ritschard <pyr@openbsd.org> @@ -63,7 +63,7 @@ void monitor_id(struct imsg *); int monitor(struct imsg *); struct imsgname imsgs[] = { - { IMSG_HOST_STATUS, "host_status", monitor_host_status }, + { IMSG_HOST_STATUS, "host_status", monitor_host_status }, { IMSG_CTL_SERVICE_DISABLE, "ctl_disable_service", monitor_id }, { IMSG_CTL_SERVICE_ENABLE, "ctl_service_enable", monitor_id }, { IMSG_CTL_TABLE_DISABLE, "ctl_table_disable", monitor_id }, diff --git a/usr.sbin/relayctl/relayctl.c b/usr.sbin/relayctl/relayctl.c index 52c9720f6dd..d66c82ce74e 100644 --- a/usr.sbin/relayctl/relayctl.c +++ b/usr.sbin/relayctl/relayctl.c @@ -1,4 +1,4 @@ -/* $OpenBSD: relayctl.c,v 1.23 2007/09/28 13:29:56 pyr Exp $ */ +/* $OpenBSD: relayctl.c,v 1.24 2007/09/29 16:23:06 pyr Exp $ */ /* * Copyright (c) 2006 Pierre-Yves Ritschard <pyr@openbsd.org> @@ -63,7 +63,7 @@ void monitor_id(struct imsg *); int monitor(struct imsg *); struct imsgname imsgs[] = { - { IMSG_HOST_STATUS, "host_status", monitor_host_status }, + { IMSG_HOST_STATUS, "host_status", monitor_host_status }, { IMSG_CTL_SERVICE_DISABLE, "ctl_disable_service", monitor_id }, { IMSG_CTL_SERVICE_ENABLE, "ctl_service_enable", monitor_id }, { IMSG_CTL_TABLE_DISABLE, "ctl_table_disable", monitor_id }, |