]> git.ipfire.org Git - thirdparty/util-linux.git/commit
logger: remove openlog(3) options
authorSami Kerola <kerolasa@iki.fi>
Sat, 9 Aug 2014 00:04:50 +0000 (01:04 +0100)
committerSami Kerola <kerolasa@iki.fi>
Fri, 15 Aug 2014 20:52:12 +0000 (21:52 +0100)
commit35d3619793aad012bedc8ad7bff47218e2b5d663
tree2ca17ada25d436f04487bacfde6d613bed5195b6
parent1d57503378bdcd838365d625f6d2d0a09da9c29d
logger: remove openlog(3) options

One variable less, and more importantly bit operations become unnecessary
in if statements.

Signed-off-by: Sami Kerola <kerolasa@iki.fi>
misc-utils/logger.c