Changes in uspace/app/bdsh/cmds/modules/mkfile/mkfile.c [a35b458:948222e4] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/bdsh/cmds/modules/mkfile/mkfile.c
ra35b458 r948222e4 133 133 argc = cli_count_args(argv); 134 134 135 for (c = 0, optreset = 1, optind = 0, opt_ind = 0; c != -1;) { 135 c = 0; 136 optreset = 1; 137 optind = 0; 138 opt_ind = 0; 139 140 while (c != -1) { 136 141 c = getopt_long(argc, argv, "ps:h", long_options, &opt_ind); 137 142 switch (c) {
Note:
See TracChangeset
for help on using the changeset viewer.