Changed the define.
This commit is contained in:
parent
f056a45925
commit
b1b46e241f
@ -637,7 +637,7 @@ struct code FacNames[] = {
|
|||||||
{"syslog", LOG_SYSLOG},
|
{"syslog", LOG_SYSLOG},
|
||||||
{"user", LOG_USER},
|
{"user", LOG_USER},
|
||||||
{"uucp", LOG_UUCP},
|
{"uucp", LOG_UUCP},
|
||||||
#if defined(__GLIBC__) && __GLIBC__ >= 2
|
#if defined(LOG_FTP)
|
||||||
{"ftp", LOG_FTP},
|
{"ftp", LOG_FTP},
|
||||||
#endif
|
#endif
|
||||||
{"local0", LOG_LOCAL0},
|
{"local0", LOG_LOCAL0},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user