diff options
Diffstat (limited to 'networking/slattach.c')
-rw-r--r-- | networking/slattach.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/networking/slattach.c b/networking/slattach.c index d4659a3..e0a3889 100644 --- a/networking/slattach.c +++ b/networking/slattach.c @@ -128,8 +128,9 @@ int slattach_main(int argc UNUSED_PARAM, char **argv) INIT_G(); /* Parse command line options */ - opt_complementary = "=1"; - opt = getopt32(argv, "p:s:c:ehmLF", &proto, &baud_str, &extcmd); + opt = getopt32(argv, "^" "p:s:c:ehmLF" "\0" "=1", + &proto, &baud_str, &extcmd + ); /*argc -= optind;*/ argv += optind; |