X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fcore%2Fkmod-setup.c;h=4795a47eb4b87b172b66878464cad2024ede847a;hb=dcc2fc01fa850e9ee36c549dc2691e7e5c71bebf;hp=fd0a0e06adcdff080d7af7512a216ebb25e4bca8;hpb=5f68e74b6a795c5e3e1a6b3be3db85dfcd6b68c2;p=elogind.git diff --git a/src/core/kmod-setup.c b/src/core/kmod-setup.c index fd0a0e06a..4795a47eb 100644 --- a/src/core/kmod-setup.c +++ b/src/core/kmod-setup.c @@ -81,13 +81,13 @@ int kmod_setup(void) { bool (*condition_fn)(void); } kmod_table[] = { /* auto-loading on use doesn't work before udev is up */ - { "autofs4", "/sys/class/misc/autofs", true, NULL }, + { "autofs4", "/sys/class/misc/autofs", true, NULL }, /* early configure of ::1 on the loopback device */ - { "ipv6", "/sys/module/ipv6", true, NULL }, + { "ipv6", "/sys/module/ipv6", true, NULL }, /* this should never be a module */ - { "unix", "/proc/net/unix", true, NULL }, + { "unix", "/proc/net/unix", true, NULL }, /* IPC is needed before we bring up any other services */ { "kdbus", "/sys/fs/kdbus", false, cmdline_check_kdbus },