Use logging.h instead of syslog.h

This commit is contained in:
Ivo Timmermans 2002-04-13 11:08:31 +00:00
parent 72cd8938e2
commit e26dd56416
21 changed files with 52 additions and 48 deletions

View file

@ -17,14 +17,13 @@
along with this program; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
$Id: protocol_subnet.c,v 1.2 2002/04/09 15:26:01 zarq Exp $
$Id: protocol_subnet.c,v 1.3 2002/04/13 11:07:12 zarq Exp $
*/
#include "config.h"
#include <stdlib.h>
#include <string.h>
#include <syslog.h>
#include <stdio.h>
#include <stdarg.h>
#include <errno.h>
@ -42,6 +41,7 @@
#include "node.h"
#include "edge.h"
#include "graph.h"
#include "logging.h"
#include "system.h"