Changes in uspace/app/bdsh/cmds/modules/cmp/cmp.c [a35b458:948222e4] in mainline
- File:
-
- 1 edited
-
uspace/app/bdsh/cmds/modules/cmp/cmp.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/bdsh/cmds/modules/cmp/cmp.c
ra35b458 r948222e4 123 123 argc = cli_count_args(argv); 124 124 125 for (c = 0, optreset = 1, optind = 0, opt_ind = 0; c != -1;) { 125 c = 0; 126 optreset = 1; 127 optind = 0; 128 opt_ind = 0; 129 130 while (c != -1) { 126 131 c = getopt_long(argc, argv, "hv", long_options, &opt_ind); 127 132 switch (c) {
Note:
See TracChangeset
for help on using the changeset viewer.
