diff options
Diffstat (limited to 'usr.sbin/hoststated/control.c')
-rw-r--r-- | usr.sbin/hoststated/control.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/hoststated/control.c b/usr.sbin/hoststated/control.c index 2368ce43e27..c2392cd15dc 100644 --- a/usr.sbin/hoststated/control.c +++ b/usr.sbin/hoststated/control.c @@ -1,4 +1,4 @@ -/* $OpenBSD: control.c,v 1.6 2007/01/08 20:46:18 reyk Exp $ */ +/* $OpenBSD: control.c,v 1.7 2007/01/09 00:45:32 deraadt Exp $ */ /* * Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org> @@ -31,7 +31,7 @@ #include <unistd.h> #include <signal.h> -#include "hostated.h" +#include "hoststated.h" #define CONTROL_BACKLOG 5 |