Removed SYSLOG-garbage and max.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@788 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -55,14 +55,6 @@
|
||||
|
||||
#include <roken.h>
|
||||
|
||||
#ifndef max
|
||||
#define max(a,b) (((a)>(b))?(a):(b))
|
||||
#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,
|
||||
|
Reference in New Issue
Block a user