diff options
Diffstat (limited to 'cmd')
-rw-r--r-- | cmd/reiser.c | 2 | ||||
-rw-r--r-- | cmd/zfs.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/cmd/reiser.c b/cmd/reiser.c index cbdad36da0..9c3e9e9e58 100644 --- a/cmd/reiser.c +++ b/cmd/reiser.c @@ -18,7 +18,7 @@ #include <reiserfs.h> #include <part.h> -#ifndef CONFIG_DOS_PARTITION +#if !CONFIG_IS_ENABLED(DOS_PARTITION) #error DOS partition support must be selected #endif @@ -24,7 +24,7 @@ #include <usb.h> #endif -#if !defined(CONFIG_DOS_PARTITION) && !defined(CONFIG_EFI_PARTITION) +#if !CONFIG_IS_ENABLED(DOS_PARTITION) && !defined(CONFIG_EFI_PARTITION) #error DOS or EFI partition support must be selected #endif |