diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-08-08 19:11:07 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-08-08 19:11:07 +0000 |
commit | fe20a59c2f21da8587f57d524d1e231bcbb40838 (patch) | |
tree | 5443651e9bdfa49ff1836a41e006395db1ffbe99 /sbin/isakmpd/log.c | |
parent | 1499b7cac95c6a5e2e57f6179505336da5eabe2d (diff) |
spacing
Diffstat (limited to 'sbin/isakmpd/log.c')
-rw-r--r-- | sbin/isakmpd/log.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/isakmpd/log.c b/sbin/isakmpd/log.c index 000530cd9c6..598c2ec7a91 100644 --- a/sbin/isakmpd/log.c +++ b/sbin/isakmpd/log.c @@ -1,4 +1,4 @@ -/* $OpenBSD: log.c,v 1.48 2004/06/25 00:58:39 hshoexer Exp $ */ +/* $OpenBSD: log.c,v 1.49 2004/08/08 19:11:06 deraadt Exp $ */ /* $EOM: log.c,v 1.30 2000/09/29 08:19:23 niklas Exp $ */ /* @@ -220,7 +220,7 @@ _log_print(int error, int syslog_level, const char *fmt, va_list ap, /* * Close log_output to prevent isakmpd from locking * the file. We may need to explicitly close stdout - * to do this properly. + * to do this properly. * XXX - Figure out how to match two FILE *'s and * rewrite. */ |