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/parse.y | |
parent | 0f21ce35a90163e1d34fde1138d534c719566ad8 (diff) |
adapt to rename
Diffstat (limited to 'usr.sbin/relayd/parse.y')
-rw-r--r-- | usr.sbin/relayd/parse.y | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/relayd/parse.y b/usr.sbin/relayd/parse.y index 38af6b6808a..66c0e120541 100644 --- a/usr.sbin/relayd/parse.y +++ b/usr.sbin/relayd/parse.y @@ -1,4 +1,4 @@ -/* $OpenBSD: parse.y,v 1.13 2007/01/08 20:46:18 reyk Exp $ */ +/* $OpenBSD: parse.y,v 1.14 2007/01/09 00:45:32 deraadt Exp $ */ /* * Copyright (c) 2006 Pierre-Yves Ritschard <pyr@spootnik.org> @@ -41,7 +41,7 @@ #include <netdb.h> #include <string.h> -#include "hostated.h" +#include "hoststated.h" struct hostated *conf = NULL; static FILE *fin = NULL; |