]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/core/namespace.c
build-sys: use #if Y instead of #ifdef Y everywhere
[thirdparty/systemd.git] / src / core / namespace.c
index 932fbe5c54c23f87fe40f296657ae0b0cf737c9d..6d74b8da674e9a3f01af6b95791efc4d56d9a0b5 100644 (file)
@@ -107,7 +107,7 @@ static const MountEntry protect_kernel_tunables_table[] = {
 
 /* ProtectKernelModules= option */
 static const MountEntry protect_kernel_modules_table[] = {
-#ifdef HAVE_SPLIT_USR
+#if HAVE_SPLIT_USR
         { "/lib/modules",        INACCESSIBLE, true  },
 #endif
         { "/usr/lib/modules",    INACCESSIBLE, true  },