syslogd: convert dummy functions to statics and get rid of IF_FEATURE_* checks
authorPeter Korsgaard <jacmet@sunsite.dk>
Sun, 6 Jan 2013 12:11:04 +0000 (13:11 +0100)
committerDenys Vlasenko <vda.linux@googlemail.com>
Fri, 18 Jan 2013 18:46:47 +0000 (19:46 +0100)
commit9980707efc3735574f89ca3fbc686374c6225e3e
tree34c3b62a2ad127e6eea44a7421c31f7dfef91899
parent9daf33fc5245abebdda145f95e1ad3a175241f18
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>
sysklogd/syslogd.c