commit | 9980707efc3735574f89ca3fbc686374c6225e3e | [log] [tgz] |
---|---|---|
author | Peter Korsgaard <jacmet@sunsite.dk> | Sun Jan 06 13:11:04 2013 +0100 |
committer | Denys Vlasenko <vda.linux@googlemail.com> | Fri Jan 18 19:46:47 2013 +0100 |
tree | 34c3b62a2ad127e6eea44a7421c31f7dfef91899 | |
parent | 9daf33fc5245abebdda145f95e1ad3a175241f18 [diff] |
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>