From b541c7fe97c15615d07aa861f848cf7c4f32f876 Mon Sep 17 00:00:00 2001 From: Ivo Timmermans Date: Sun, 14 Apr 2002 09:31:52 +0000 Subject: [PATCH] Use logging.h instead of syslog.h --- src/conf.c | 5 ++--- src/connection.c | 4 ++-- src/node.c | 3 +-- 3 files changed, 5 insertions(+), 7 deletions(-) diff --git a/src/conf.c b/src/conf.c index 08c78ce5..1988dbd4 100644 --- a/src/conf.c +++ b/src/conf.c @@ -19,7 +19,7 @@ along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. - $Id: conf.c,v 1.12 2002/04/13 10:04:14 zarq Exp $ + $Id: conf.c,v 1.12.2.1 2002/04/14 09:30:16 zarq Exp $ */ #include "config.h" @@ -30,11 +30,9 @@ #include #include #include -#include #include #include #include -#include #include #include @@ -43,6 +41,7 @@ #include "conf.h" #include "netutl.h" /* for str2address */ +#include "logging.h" #include "system.h" diff --git a/src/connection.c b/src/connection.c index 4bec8a83..30b819f1 100644 --- a/src/connection.c +++ b/src/connection.c @@ -17,13 +17,12 @@ along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. - $Id: connection.c,v 1.2 2002/04/09 15:26:00 zarq Exp $ + $Id: connection.c,v 1.2.2.1 2002/04/14 09:31:20 zarq Exp $ */ #include "config.h" #include -#include #include #include @@ -36,6 +35,7 @@ #include "conf.h" #include #include "subnet.h" +#include "logging.h" #include "xalloc.h" #include "system.h" diff --git a/src/node.c b/src/node.c index 5d417f52..48d7f892 100644 --- a/src/node.c +++ b/src/node.c @@ -17,13 +17,12 @@ along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. - $Id: node.c,v 1.2 2002/04/09 15:26:00 zarq Exp $ + $Id: node.c,v 1.2.2.1 2002/04/14 09:31:52 zarq Exp $ */ #include "config.h" #include -#include #include #include "node.h" -- 2.20.1