History log of /external/toybox/toys/pending/logger.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
276a99f9fe7c2819ea61accfcb35088707882b58 19-Aug-2013 Felix Janda <felix.janda@posteo.de> In logger and syslogd remove duplicated definitions of facilities and priorities

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.
/external/toybox/toys/pending/logger.c
bf05d4a1bf90d973476a851d319462939259ab7d 25-Jul-2013 Felix Janda <felix.janda@posteo.de> logger: Some cleanup
/external/toybox/toys/pending/logger.c
911ec8a10bbee5f2003508f57cbb67953dff3178 24-Mar-2013 Rob Landley <rob@landley.net> Logger, by Ilya Kuzmich.
/external/toybox/toys/pending/logger.c