* ssp.c (opts): Add leading '+' to force posixly correct behaviour.

This commit is contained in:
Corinna Vinschen
2004-02-14 19:43:07 +00:00
parent cf2b4018b0
commit e92be2201a
2 changed files with 5 additions and 1 deletions

View File

@@ -39,7 +39,7 @@ static struct option longopts[] =
{NULL, 0, NULL, 0}
};
static char opts[] = "cdehlstvV";
static char opts[] = "+cdehlstvV";
#define KERNEL_ADDR 0x77000000