summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--usr.sbin/sade/disks.c2
-rw-r--r--usr.sbin/sysinstall/disks.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/sade/disks.c b/usr.sbin/sade/disks.c
index c97e155..bfa38ba 100644
--- a/usr.sbin/sade/disks.c
+++ b/usr.sbin/sade/disks.c
@@ -48,8 +48,8 @@ enum size_units_t { UNIT_BLOCKS, UNIT_KILO, UNIT_MEG, UNIT_SIZE };
#else
#define SUBTYPE_FREEBSD 165
#define SUBTYPE_FAT 6
-#define SUBTYPE_EFI 239
#endif
+#define SUBTYPE_EFI 239
/* Where we start displaying chunk information on the screen */
#define CHUNK_START_ROW 5
diff --git a/usr.sbin/sysinstall/disks.c b/usr.sbin/sysinstall/disks.c
index c97e155..bfa38ba 100644
--- a/usr.sbin/sysinstall/disks.c
+++ b/usr.sbin/sysinstall/disks.c
@@ -48,8 +48,8 @@ enum size_units_t { UNIT_BLOCKS, UNIT_KILO, UNIT_MEG, UNIT_SIZE };
#else
#define SUBTYPE_FREEBSD 165
#define SUBTYPE_FAT 6
-#define SUBTYPE_EFI 239
#endif
+#define SUBTYPE_EFI 239
/* Where we start displaying chunk information on the screen */
#define CHUNK_START_ROW 5
OpenPOWER on IntegriCloud