X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fbasic%2Fsyslog-util.c;h=441b2259f393d4460b063a37730338cecf7fff03;hb=da2587d5154e11d4e643e326793f3ce2cc48dee6;hp=854401aa21ab1be74c87b4c65725042c7cb25695;hpb=b96ed50e3493103d075ff2ce4c3fbad8f26b2e22;p=elogind.git diff --git a/src/basic/syslog-util.c b/src/basic/syslog-util.c index 854401aa2..441b2259f 100644 --- a/src/basic/syslog-util.c +++ b/src/basic/syslog-util.c @@ -26,8 +26,7 @@ #include "string-table.h" #include "syslog-util.h" -/// UNNEEDED by elogind -#if 0 +#if 0 /// UNNEEDED by elogind int syslog_parse_priority(const char **p, int *priority, bool with_facility) { int a = 0, b = 0, c = 0; int k; @@ -96,8 +95,7 @@ static const char *const log_facility_unshifted_table[LOG_NFACILITIES] = { DEFINE_STRING_TABLE_LOOKUP_WITH_FALLBACK(log_facility_unshifted, int, LOG_FAC(~0)); -/// UNNEEDED by elogind -#if 0 +#if 0 /// UNNEEDED by elogind bool log_facility_unshifted_is_valid(int facility) { return facility >= 0 && facility <= LOG_FAC(~0); } @@ -116,8 +114,7 @@ static const char *const log_level_table[] = { DEFINE_STRING_TABLE_LOOKUP_WITH_FALLBACK(log_level, int, LOG_DEBUG); -/// UNNEEDED by elogind -#if 0 +#if 0 /// UNNEEDED by elogind bool log_level_is_valid(int level) { return level >= 0 && level <= LOG_DEBUG; }