Use logging.h instead of syslog.h
authorIvo Timmermans <ivo@lychnis.net>
Sun, 14 Apr 2002 09:31:52 +0000 (09:31 +0000)
committerIvo Timmermans <ivo@lychnis.net>
Sun, 14 Apr 2002 09:31:52 +0000 (09:31 +0000)
src/conf.c
src/connection.c
src/node.c

index 08c78ce..1988dbd 100644 (file)
@@ -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"
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
-#include <syslog.h>
 #include <sys/stat.h>
 #include <sys/types.h>
 #include <unistd.h>
-#include <syslog.h>
 #include <string.h>
 
 #include <xalloc.h>
@@ -43,6 +41,7 @@
 
 #include "conf.h"
 #include "netutl.h" /* for str2address */
+#include "logging.h"
 
 #include "system.h"
 
index 4bec8a8..30b819f 100644 (file)
     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 <stdio.h>
-#include <syslog.h>
 #include <string.h>
 #include <sys/time.h>
 
@@ -36,6 +35,7 @@
 #include "conf.h"
 #include <utils.h>
 #include "subnet.h"
+#include "logging.h"
 
 #include "xalloc.h"
 #include "system.h"
index 5d417f5..48d7f89 100644 (file)
     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 <string.h>
-#include <syslog.h>
 
 #include <avl_tree.h>
 #include "node.h"