diff options
Diffstat (limited to 'sbin/isakmpd')
-rw-r--r-- | sbin/isakmpd/log.c | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/sbin/isakmpd/log.c b/sbin/isakmpd/log.c index d1170467824..b32aa02d5bb 100644 --- a/sbin/isakmpd/log.c +++ b/sbin/isakmpd/log.c @@ -1,8 +1,9 @@ -/* $OpenBSD: log.c,v 1.12 2000/08/03 07:28:56 niklas Exp $ */ -/* $EOM: log.c,v 1.28 2000/08/03 07:21:15 niklas Exp $ */ +/* $OpenBSD: log.c,v 1.13 2000/10/07 06:58:29 niklas Exp $ */ +/* $EOM: log.c,v 1.30 2000/09/29 08:19:23 niklas Exp $ */ /* * Copyright (c) 1998, 1999 Niklas Hallqvist. All rights reserved. + * Copyright (c) 1999, 2000 Håkan Olsson. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -45,8 +46,6 @@ #include <varargs.h> #endif -#include "sysdep.h" - #include "log.h" static void _log_print (int, int, const char *, va_list, int, int); |