add Echange[] error string
This commit is contained in:
parent
7fbae174eb
commit
36adf27af8
4 changed files with 2 additions and 5 deletions
|
@ -134,8 +134,6 @@ static Cmdtab floppyctlmsg[] =
|
||||||
CMreset, "reset", 1,
|
CMreset, "reset", 1,
|
||||||
};
|
};
|
||||||
|
|
||||||
static char Echange[] = "media or partition has changed";
|
|
||||||
|
|
||||||
static void
|
static void
|
||||||
fldump(void)
|
fldump(void)
|
||||||
{
|
{
|
||||||
|
|
|
@ -241,7 +241,6 @@ static int debug;
|
||||||
static int autodiscover = 1;
|
static int autodiscover = 1;
|
||||||
static int rediscover;
|
static int rediscover;
|
||||||
extern char Enotup[] = "aoe device is down";
|
extern char Enotup[] = "aoe device is down";
|
||||||
extern char Echange[] = "media or partition has changed";
|
|
||||||
|
|
||||||
static Srb*
|
static Srb*
|
||||||
srballoc(ulong sz)
|
srballoc(ulong sz)
|
||||||
|
|
|
@ -15,8 +15,7 @@
|
||||||
extern Dev sddevtab;
|
extern Dev sddevtab;
|
||||||
extern SDifc* sdifc[];
|
extern SDifc* sdifc[];
|
||||||
|
|
||||||
static char Echange[] = "media or partition has changed";
|
static char Enoata[] = "raw ata commands not supported";
|
||||||
static char Enoata[] = "raw ata commands not supported";
|
|
||||||
static char Enoscsi[] = "raw scsi commands not supported";
|
static char Enoscsi[] = "raw scsi commands not supported";
|
||||||
|
|
||||||
static char devletters[] = "0123456789"
|
static char devletters[] = "0123456789"
|
||||||
|
|
|
@ -52,3 +52,4 @@ extern char Ecmdargs[]; /* wrong #args in control message */
|
||||||
extern char Ebadip[]; /* bad ip address syntax */
|
extern char Ebadip[]; /* bad ip address syntax */
|
||||||
extern char Edirseek[]; /* seek in directory */
|
extern char Edirseek[]; /* seek in directory */
|
||||||
extern char Etoolong[]; /* name too long */
|
extern char Etoolong[]; /* name too long */
|
||||||
|
extern char Echange[]; /* media or partition has changed */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue