From 437613551817fb6cff64e19e75927d5235254906 Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Sat, 28 Sep 1996 23:40:19 +0000 Subject: [PATCH] removed syslog garbage git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@787 ec53bebd-3082-4978-b11e-865c3cabbd6b --- appl/ftp/ftpd/ftpd.c | 4 ---- appl/popper/pop_init.c | 8 -------- 2 files changed, 12 deletions(-) diff --git a/appl/ftp/ftpd/ftpd.c b/appl/ftp/ftpd/ftpd.c index 00b4ed739..50228b56d 100644 --- a/appl/ftp/ftpd/ftpd.c +++ b/appl/ftp/ftpd/ftpd.c @@ -103,10 +103,6 @@ void yyparse(); #define LOG_FTP LOG_DAEMON #endif -#ifndef LOG_DAEMON -#define openlog(id,option,facility) openlog((id),(option)) -#endif - static char version[] = "Version 6.00"; extern off_t restart_point; diff --git a/appl/popper/pop_init.c b/appl/popper/pop_init.c index bed4d10f3..906289a29 100644 --- a/appl/popper/pop_init.c +++ b/appl/popper/pop_init.c @@ -16,10 +16,6 @@ RCSID("$Id$"); AUTH_DAT kdata; #endif /* KERBEROS */ -#ifndef LOG_DAEMON -#define SYSLOG42 -#endif - extern int errno; static @@ -91,11 +87,7 @@ pop_init(POP *p,int argcount,char **argmessage) k_gethostname(p->myhost,MaxHostNameLen); /* Open the log file */ -#ifdef SYSLOG42 - (void)openlog(p->myname,0); -#else (void)openlog(p->myname,POP_LOGOPTS,POP_FACILITY); -#endif /* Process command line arguments */ while ((c = getopt(argcount,argmessage,