diff options
Diffstat (limited to 'usr.sbin/hoststated/hce.c')
-rw-r--r-- | usr.sbin/hoststated/hce.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/hoststated/hce.c b/usr.sbin/hoststated/hce.c index 065c7f316b5..308a8d7166b 100644 --- a/usr.sbin/hoststated/hce.c +++ b/usr.sbin/hoststated/hce.c @@ -1,4 +1,4 @@ -/* $OpenBSD: hce.c,v 1.7 2007/01/08 20:46:18 reyk Exp $ */ +/* $OpenBSD: hce.c,v 1.8 2007/01/09 00:45:32 deraadt Exp $ */ /* * Copyright (c) 2006 Pierre-Yves Ritschard <pyr@spootnik.org> @@ -36,7 +36,7 @@ #include <err.h> #include <pwd.h> -#include "hostated.h" +#include "hoststated.h" void hce_sig_handler(int sig, short, void *); void hce_shutdown(void); |