diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2007-01-09 00:45:33 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2007-01-09 00:45:33 +0000 |
commit | 301d219ad3278d715cd99b3a0a539434b2c481ae (patch) | |
tree | 0f5801447de61ddc3a07199ec786f59cff50fa75 /usr.sbin/relayd/check_tcp.c | |
parent | 0f21ce35a90163e1d34fde1138d534c719566ad8 (diff) |
adapt to rename
Diffstat (limited to 'usr.sbin/relayd/check_tcp.c')
-rw-r--r-- | usr.sbin/relayd/check_tcp.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/relayd/check_tcp.c b/usr.sbin/relayd/check_tcp.c index 2f11cfe1869..86b8244093f 100644 --- a/usr.sbin/relayd/check_tcp.c +++ b/usr.sbin/relayd/check_tcp.c @@ -1,4 +1,4 @@ -/* $OpenBSD: check_tcp.c,v 1.7 2007/01/08 20:46:18 reyk Exp $ */ +/* $OpenBSD: check_tcp.c,v 1.8 2007/01/09 00:45:32 deraadt Exp $ */ /* * Copyright (c) 2006 Pierre-Yves Ritschard <pyr@spootnik.org> @@ -30,7 +30,7 @@ #include <stdlib.h> #include <errno.h> -#include "hostated.h" +#include "hoststated.h" void tcp_write(int, short, void *); void tcp_host_up(int s, struct ctl_tcp_event *); |