Changes in uspace/app/bdsh/cmds/modules/mount/mount.c [5a6cc679:948222e4] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/bdsh/cmds/modules/mount/mount.c
r5a6cc679 r948222e4 37 37 #include <getopt.h> 38 38 #include <inttypes.h> 39 #include <str.h> 39 40 #include "config.h" 40 41 #include "util.h" … … 140 141 argc = cli_count_args(argv); 141 142 142 for (c = 0, optreset = 1, optind = 0, opt_ind = 0; c != -1;) { 143 c = 0; 144 optreset = 1; 145 optind = 0; 146 opt_ind = 0; 147 148 while (c != -1) { 143 149 c = getopt_long(argc, argv, "i:ht", long_options, &opt_ind); 144 150 switch (c) {
Note:
See TracChangeset
for help on using the changeset viewer.