From fed254a29f88d12d18b3e8dd06ef126bed219ed0 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Wed, 8 Aug 2007 08:20:06 +0000 Subject: changed function name dprintf() to dbgprintf() as it conflicts with the clib --- syslogd.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'syslogd.h') diff --git a/syslogd.h b/syslogd.h index 3869ecbf..99ce63f2 100644 --- a/syslogd.h +++ b/syslogd.h @@ -48,11 +48,7 @@ #define ADDDATE 0x004 /* add a date to the message */ #define MARK 0x008 /* this message is a mark */ -#if defined(__GLIBC__) -#define dprintf mydprintf -#endif /* __GLIBC__ */ - -void dprintf(char *, ...); +void dbgprintf(char *, ...); void logerror(char *type); void logerrorSz(char *type, char *errMsg); void logerrorInt(char *type, int iErr); -- cgit