Remove static from these two. They slipped through the cracks.
MFC After: 1 week
This commit is contained in:
parent
c8719df5f9
commit
545ed21a78
@ -132,7 +132,7 @@ static struct dsk {
|
||||
} dsk;
|
||||
static char cmd[512], cmddup[512], knamebuf[1024];
|
||||
static const char *kname;
|
||||
static uint32_t opts;
|
||||
uint32_t opts;
|
||||
#if 0
|
||||
static int comspeed = SIOSPD;
|
||||
#endif
|
||||
|
@ -104,7 +104,7 @@ static struct dsk {
|
||||
} dsk;
|
||||
static char cmd[512], cmddup[512], knamebuf[1024];
|
||||
static const char *kname;
|
||||
static uint32_t opts;
|
||||
uint32_t opts;
|
||||
static struct bootinfo bootinfo;
|
||||
#if SERIAL
|
||||
static int comspeed = SIOSPD;
|
||||
|
Loading…
x
Reference in New Issue
Block a user