]> git.ipfire.org Git - thirdparty/systemd.git/commit
udevadm: define main through macro
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 20 Nov 2018 15:41:38 +0000 (16:41 +0100)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Wed, 21 Nov 2018 08:14:00 +0000 (09:14 +0100)
commit138715dc1231c3c255afdc307a23ca87a04ef31a
treeba557bb7589a1089053484d9c5d926cc296584fa
parent8d38b8ad56c74782a986e86ddbd2f7b652d661c6
udevadm: define main through macro

This removes a call to log_close(). I don't think this should matter.
The call to mac_selinux_init() is moved after parse_argv(). We probably
don't need selinux when printing help().
src/udev/udevadm.c