Changes in uspace/app/bdsh/cmds/modules/ls/ls.c [86cf96d:26c02b22] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/bdsh/cmds/modules/ls/ls.c
r86cf96d r26c02b22 362 362 argc = cli_count_args(argv); 363 363 364 for (c = 0, opt reset = 1, optind = 0, opt_ind = 0; c != -1;) {364 for (c = 0, optind = 0, opt_ind = 0; c != -1;) { 365 365 c = getopt_long(argc, argv, "hur", long_options, &opt_ind); 366 366 switch (c) {
Note:
See TracChangeset
for help on using the changeset viewer.