mirror of
https://github.com/systemd/systemd.git
synced 2025-03-19 22:50:17 +03:00
main: voidify call to kmod_setup()
This commit is contained in:
parent
7f40cb7c86
commit
e921a00d41
@ -2779,7 +2779,7 @@ int main(int argc, char *argv[]) {
|
||||
|
||||
/* Load the kernel modules early. */
|
||||
if (!skip_setup)
|
||||
kmod_setup();
|
||||
(void) kmod_setup();
|
||||
|
||||
/* Mount /proc, /sys and friends, so that /proc/cmdline and /proc/$PID/fd is available. */
|
||||
r = mount_setup(loaded_policy, skip_setup);
|
||||
|
Loading…
x
Reference in New Issue
Block a user