diff options
Diffstat (limited to 'usr.sbin/sasyncd/log.c')
-rw-r--r-- | usr.sbin/sasyncd/log.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/sasyncd/log.c b/usr.sbin/sasyncd/log.c index e7e7aa9fd4b..70003eb89b9 100644 --- a/usr.sbin/sasyncd/log.c +++ b/usr.sbin/sasyncd/log.c @@ -1,4 +1,4 @@ -/* $OpenBSD: log.c,v 1.3 2005/05/22 12:14:16 ho Exp $ */ +/* $OpenBSD: log.c,v 1.4 2005/05/26 19:19:51 ho Exp $ */ /* * Copyright (c) 2005 Håkan Olsson. All rights reserved. @@ -29,7 +29,6 @@ * This code was written under funding by Multicom Security AB. */ - #include <sys/types.h> #include <stdio.h> #include <string.h> |