]> git.ipfire.org Git - thirdparty/systemd.git/commit
udevd: define main through macro 10860/head
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 20 Nov 2018 15:43:19 +0000 (16:43 +0100)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Wed, 21 Nov 2018 08:14:00 +0000 (09:14 +0100)
commit0c5a109a25c4dec759a012eeb8cd5146081f25f2
treefb7ae3520a4df473f91592cd9e7f9ed879982037
parent138715dc1231c3c255afdc307a23ca87a04ef31a
udevd: define main through macro

This removes the call to log_close(), and refactors how fork() is done. Now
the parent also goes through normal cleanup. This isn't necessary to use the
macro, but it feels cleaner this way.
src/udev/udevd.c