aboutsummaryrefslogtreecommitdiff
path: root/toys/pending/logger.c
AgeCommit message (Collapse)Author
2013-08-19In logger and syslogd remove duplicated definitions of facilities and prioritiesFelix Janda
In syslogd.c get the definitions from <syslog.h>. For logger.c we can't do this as well since it causes multiply defined symbols. Instead we define a non-static lookup function in syslog.c for logger.
2013-07-25logger: Some cleanupFelix Janda
2013-03-24Logger, by Ilya Kuzmich.Rob Landley