diff options
author | 2007-01-09 02:32:58 +0000 | |
---|---|---|
committer | 2007-01-09 02:32:58 +0000 | |
commit | 832008db0c6c8aca36ad923b4bb7dbb6221f605c (patch) | |
tree | 3c1f429df3cd7dba6d4e12c8a08386778a97d59d | |
parent | adapt to rename (diff) | |
download | wireguard-openbsd-832008db0c6c8aca36ad923b4bb7dbb6221f605c.tar.xz wireguard-openbsd-832008db0c6c8aca36ad923b4bb7dbb6221f605c.zip |
unbreak
-rw-r--r-- | usr.sbin/hoststated/Makefile | 4 | ||||
-rw-r--r-- | usr.sbin/hoststated/hoststated.c | 4 | ||||
-rw-r--r-- | usr.sbin/relayd/Makefile | 4 | ||||
-rw-r--r-- | usr.sbin/relayd/relayd.c | 4 |
4 files changed, 8 insertions, 8 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); diff --git a/usr.sbin/relayd/Makefile b/usr.sbin/relayd/Makefile index d6bf86856dc..2cf8d3a13c1 100644 --- a/usr.sbin/relayd/Makefile +++ b/usr.sbin/relayd/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/relayd/relayd.c b/usr.sbin/relayd/relayd.c index ecca38a2563..d916fd8385d 100644 --- a/usr.sbin/relayd/relayd.c +++ b/usr.sbin/relayd/relayd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: relayd.c,v 1.7 2007/01/08 20:46:18 reyk Exp $ */ +/* $OpenBSD: relayd.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); |