View | Details | Raw Unified | Return to bug 423 | Differences between
and this patch

Collapse All | Expand All

(-)openssh-3.5p1/log.h (+4 lines)
Lines 17-22 Link Here
17
17
18
#include <syslog.h> /* Needed for LOG_AUTHPRIV (if present) */
18
#include <syslog.h> /* Needed for LOG_AUTHPRIV (if present) */
19
19
20
#ifdef __hpux
21
#define log sshlog
22
#endif
23
20
/* Supported syslog facilities and levels. */
24
/* Supported syslog facilities and levels. */
21
typedef enum {
25
typedef enum {
22
	SYSLOG_FACILITY_DAEMON,
26
	SYSLOG_FACILITY_DAEMON,

Return to bug 423