* 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

@ -1,3 +1,7 @@
2004-02-14 Corinna Vinschen <corinna@vinschen.de>
* ssp.c (opts): Add leading '+' to force posixly correct behaviour.
2004-02-11 Corinna Vinschen <corinna@vinschen.de>
* strace.cc (opts): Add leading '+' to force posixly correct

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