diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 2000-10-07 06:58:30 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 2000-10-07 06:58:30 +0000 |
commit | bd488b23a331e8da1c6311003d268b641dd75134 (patch) | |
tree | abf3ce2c5963d5e1ae1c9881619d36b2ea6189e1 /sbin/isakmpd/log.c | |
parent | d0023d88da6625940b0c1fc6e3b5e45ff0e53597 (diff) |
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
Diffstat (limited to 'sbin/isakmpd/log.c')
-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); |