For broken openlog.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@591 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1996-06-15 22:23:23 +00:00
parent 5ff8c1b1fc
commit 745171df38
2 changed files with 8 additions and 0 deletions

View File

@@ -102,6 +102,10 @@ extern int optind, opterr;
#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;

View File

@@ -38,6 +38,10 @@
#define SOMAXCONN 5
#endif
#ifndef LOG_DAEMON
#define openlog(id,option,facility) openlog((id),(option))
#endif
extern char *prog;
int copy_encrypted (int fd1, int fd2, des_cblock *iv,