From bd488b23a331e8da1c6311003d268b641dd75134 Mon Sep 17 00:00:00 2001 From: Niklas Hallqvist Date: Sat, 7 Oct 2000 06:58:30 +0000 Subject: Merge with EOM 1.30 author: niklas no need for sysdep.h in here. This promotes reuse of the log module in other environments author: ho (c)-2000 --- sbin/isakmpd/log.c | 7 +++---- 1 file 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 #endif -#include "sysdep.h" - #include "log.h" static void _log_print (int, int, const char *, va_list, int, int); -- cgit v1.2.3