diff options
Diffstat (limited to 'winsup/utils/ssp.c')
-rw-r--r-- | winsup/utils/ssp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/utils/ssp.c b/winsup/utils/ssp.c index aadfa5cfe..4c3bad37d 100644 --- a/winsup/utils/ssp.c +++ b/winsup/utils/ssp.c @@ -39,7 +39,7 @@ static struct option longopts[] = {NULL, 0, NULL, 0} }; -static char opts[] = "cdehlstvV"; +static char opts[] = "+cdehlstvV"; #define KERNEL_ADDR 0x77000000 |