* ssp.c (opts): Add leading '+' to force posixly correct behaviour.
This commit is contained in:
parent
cf2b4018b0
commit
e92be2201a
@ -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
|
||||
|
@ -39,7 +39,7 @@ static struct option longopts[] =
|
||||
{NULL, 0, NULL, 0}
|
||||
};
|
||||
|
||||
static char opts[] = "cdehlstvV";
|
||||
static char opts[] = "+cdehlstvV";
|
||||
|
||||
#define KERNEL_ADDR 0x77000000
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user