mirror of
https://github.com/systemd/systemd.git
synced 2026-08-09 01:20:53 +00:00
main: voidify call to kmod_setup()
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user