diff options
author | Reyk Floeter <reyk@cvs.openbsd.org> | 2007-01-09 02:32:59 +0000 |
---|---|---|
committer | Reyk Floeter <reyk@cvs.openbsd.org> | 2007-01-09 02:32:59 +0000 |
commit | 8705be850471d6a8551be4548fb6a48ddcba04f2 (patch) | |
tree | 54a5de4a67e613265449378d7bd540eb6bab8cb3 /usr.sbin/hoststated | |
parent | 301d219ad3278d715cd99b3a0a539434b2c481ae (diff) |
unbreak
Diffstat (limited to 'usr.sbin/hoststated')
-rw-r--r-- | usr.sbin/hoststated/Makefile | 4 | ||||
-rw-r--r-- | usr.sbin/hoststated/hoststated.c | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/hoststated/Makefile b/usr.sbin/hoststated/Makefile index d6bf86856dc..2cf8d3a13c1 100644 --- a/usr.sbin/hoststated/Makefile +++ b/usr.sbin/hoststated/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.3 2007/01/09 00:45:32 deraadt Exp $ +# $OpenBSD: Makefile,v 1.4 2007/01/09 02:32:58 reyk Exp $ PROG= hoststated SRCS= parse.y log.c control.c buffer.c imsg.c hoststated.c \ pfe.c pfe_filter.c hce.c \ check_icmp.c check_tcp.c check_http.c check_send_expect.c -MAN= hostated.8 hostated.conf.5 +MAN= hoststated.8 hoststated.conf.5 LDADD= -levent DPADD= ${LIBEVENT} diff --git a/usr.sbin/hoststated/hoststated.c b/usr.sbin/hoststated/hoststated.c index 54113fa1850..98fc0d99784 100644 --- a/usr.sbin/hoststated/hoststated.c +++ b/usr.sbin/hoststated/hoststated.c @@ -1,4 +1,4 @@ -/* $OpenBSD: hoststated.c,v 1.7 2007/01/08 20:46:18 reyk Exp $ */ +/* $OpenBSD: hoststated.c,v 1.8 2007/01/09 02:32:58 reyk Exp $ */ /* * Copyright (c) 2006 Pierre-Yves Ritschard <pyr@spootnik.org> @@ -33,7 +33,7 @@ #include <unistd.h> #include <pwd.h> -#include "hostated.h" +#include "hoststated.h" __dead void usage(void); |