add Echange[] error string

This commit is contained in:
cinap_lenrek 2012-08-07 07:15:41 +02:00
parent 7fbae174eb
commit 36adf27af8
4 changed files with 2 additions and 5 deletions

View file

@ -134,8 +134,6 @@ static Cmdtab floppyctlmsg[] =
CMreset, "reset", 1,
};
static char Echange[] = "media or partition has changed";
static void
fldump(void)
{

View file

@ -241,7 +241,6 @@ static int debug;
static int autodiscover = 1;
static int rediscover;
extern char Enotup[] = "aoe device is down";
extern char Echange[] = "media or partition has changed";
static Srb*
srballoc(ulong sz)

View file

@ -15,8 +15,7 @@
extern Dev sddevtab;
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 devletters[] = "0123456789"

View file

@ -52,3 +52,4 @@ extern char Ecmdargs[]; /* wrong #args in control message */
extern char Ebadip[]; /* bad ip address syntax */
extern char Edirseek[]; /* seek in directory */
extern char Etoolong[]; /* name too long */
extern char Echange[]; /* media or partition has changed */