summaryrefslogtreecommitdiffstats
path: root/usr.sbin/hoststatectl/parser.c
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2007-01-09 00:45:32 +0000
committerderaadt <deraadt@openbsd.org>2007-01-09 00:45:32 +0000
commitee9f3836df89fb3934772023f7f0c1facd5afbd2 (patch)
treeec5ddeb5b38b9291a6c1fce14486e8a7b6e6f58c /usr.sbin/hoststatectl/parser.c
parentrename to hoststate{d,ctl}, using a repository copy (diff)
downloadwireguard-openbsd-ee9f3836df89fb3934772023f7f0c1facd5afbd2.tar.xz
wireguard-openbsd-ee9f3836df89fb3934772023f7f0c1facd5afbd2.zip
adapt to rename
Diffstat (limited to 'usr.sbin/hoststatectl/parser.c')
-rw-r--r--usr.sbin/hoststatectl/parser.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/hoststatectl/parser.c b/usr.sbin/hoststatectl/parser.c
index 43703a6622b..7112c06b2de 100644
--- a/usr.sbin/hoststatectl/parser.c
+++ b/usr.sbin/hoststatectl/parser.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: parser.c,v 1.4 2006/12/16 18:50:33 reyk Exp $ */
+/* $OpenBSD: parser.c,v 1.5 2007/01/09 00:45:32 deraadt Exp $ */
/*
* Copyright (c) 2006 Pierre-Yves Ritschard <pyr@spootnik.org>
@@ -32,7 +32,7 @@
#include <string.h>
#include <event.h>
-#include "hostated.h"
+#include "hoststated.h"
#include "parser.h"