diff options
Diffstat (limited to 'usr.sbin/hoststated/parse.y')
-rw-r--r-- | usr.sbin/hoststated/parse.y | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/hoststated/parse.y b/usr.sbin/hoststated/parse.y index 38af6b6808a..66c0e120541 100644 --- a/usr.sbin/hoststated/parse.y +++ b/usr.sbin/hoststated/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; |