components/rsyslog/patches/runtime-srutils.c.patch
branchs11-update
changeset 4450 423f06e4bc35
parent 4449 7824aa88c6b2
child 4451 a9174862fe73
equal deleted inserted replaced
4449:7824aa88c6b2 4450:423f06e4bc35
     1 --- rsyslog/runtime/srutils.c	Mon Jan  9 06:05:17 2012
       
     2 +++ rsyslog/runtime/srutils.c	Thu May 24 11:11:58 2012
       
     3 @@ -76,6 +76,9 @@
       
     4  #	define LOG_AUTHPRIV LOG_AUTH
       
     5  #endif
       
     6  syslogName_t	syslogFacNames[] = {
       
     7 +#if defined(LOG_AUDIT)
       
     8 +	{"audit",        LOG_AUDIT},
       
     9 +#endif
       
    10  	{"auth",         LOG_AUTH},
       
    11  	{"authpriv",     LOG_AUTHPRIV},
       
    12  	{"cron",         LOG_CRON},