aboutsummaryrefslogtreecommitdiff
path: root/networking/slattach.c
diff options
context:
space:
mode:
Diffstat (limited to 'networking/slattach.c')
-rw-r--r--networking/slattach.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/slattach.c b/networking/slattach.c
index f78c88e89..ce6d705a8 100644
--- a/networking/slattach.c
+++ b/networking/slattach.c
@@ -152,7 +152,7 @@ int slattach_main(int argc, char **argv)
152 INIT_G(); 152 INIT_G();
153 153
154 /* Parse command line options */ 154 /* Parse command line options */
155 opt = getopt32(argc, argv, "p:s:c:ehmLF", &proto, &baud_str, &extcmd); 155 opt = getopt32(argv, "p:s:c:ehmLF", &proto, &baud_str, &extcmd);
156 /*argc -= optind;*/ 156 /*argc -= optind;*/
157 argv += optind; 157 argv += optind;
158 158