packages feed

hsyslog-5: c-bits/make-log-mask.c

#include <syslog.h>

int makeLogMask(int priority)
{
  return LOG_MASK(priority);
}