mirror of
https://git.busybox.net/busybox.git
synced 2024-11-24 06:03:27 +08:00
fdisk: commonalize strings
function old new delta .rodata 103674 103667 -7 Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
parent
a84bbc5425
commit
53e5c59821
@ -232,8 +232,8 @@ struct pte {
|
||||
};
|
||||
|
||||
#define unable_to_open "can't open '%s'"
|
||||
#define unable_to_read "can't read from %s"
|
||||
#define unable_to_seek "can't seek on %s"
|
||||
#define unable_to_read "can't read '%s'"
|
||||
#define unable_to_seek "can't seek '%s'"
|
||||
|
||||
enum label_type {
|
||||
LABEL_DOS, LABEL_SUN, LABEL_SGI, LABEL_AIX, LABEL_OSF, LABEL_GPT
|
||||
|
Loading…
Reference in New Issue
Block a user