diff options
Diffstat (limited to 'networking/slattach.c')
-rw-r--r-- | networking/slattach.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/slattach.c b/networking/slattach.c index f78c88e..ce6d705 100644 --- a/networking/slattach.c +++ b/networking/slattach.c @@ -152,7 +152,7 @@ int slattach_main(int argc, char **argv) INIT_G(); /* Parse command line options */ - opt = getopt32(argc, argv, "p:s:c:ehmLF", &proto, &baud_str, &extcmd); + opt = getopt32(argv, "p:s:c:ehmLF", &proto, &baud_str, &extcmd); /*argc -= optind;*/ argv += optind; |