hush/sysklogd
Peter Korsgaard 9980707efc syslogd: convert dummy functions to statics and get rid of IF_FEATURE_* checks
As suggested by Mike. No bloat-o-meter difference, but a bit nicer to look at.
We cannot convert the call to log_to_shmem() as it checks for G.shbuf outside
the function, and G.shbuf is only available when IPC support is enabled.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
2013-01-18 19:46:47 +01:00
..
Config.src syslogd: add option to log to Linux kernel printk buffer 2013-01-06 13:30:50 -05:00
Kbuild.src
klogd.c klogd: handle multi-char log levels 2013-01-05 21:03:19 -05:00
logger.c
logread.c
syslogd_and_logger.c
syslogd.c syslogd: convert dummy functions to statics and get rid of IF_FEATURE_* checks 2013-01-18 19:46:47 +01:00