fixes for bugs found by make_single_applets.sh
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
@@ -185,6 +185,8 @@ struct hd_geometry {
|
||||
|
||||
#define HDIO_GETGEO 0x0301 /* get device geometry */
|
||||
|
||||
/* TODO: #if ENABLE_FEATURE_FDISK_WRITABLE */
|
||||
/* (currently fdisk_sun/sgi.c do not have proper WRITABLE #ifs) */
|
||||
static const char msg_building_new_label[] ALIGN1 =
|
||||
"Building a new %s. Changes will remain in memory only,\n"
|
||||
"until you decide to write them. After that the previous content\n"
|
||||
@@ -192,6 +194,7 @@ static const char msg_building_new_label[] ALIGN1 =
|
||||
|
||||
static const char msg_part_already_defined[] ALIGN1 =
|
||||
"Partition %u is already defined, delete it before re-adding\n";
|
||||
/* #endif */
|
||||
|
||||
|
||||
struct partition {
|
||||
|
||||
Reference in New Issue
Block a user