Changes in uspace/app/bdsh/cmds/modules/mkfile/mkfile.c [86cf96d:9d58539] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/bdsh/cmds/modules/mkfile/mkfile.c
r86cf96d r9d58539 126 126 argc = cli_count_args(argv); 127 127 128 for (c = 0, opt reset = 1, optind = 0, opt_ind = 0; c != -1;) {128 for (c = 0, optind = 0, opt_ind = 0; c != -1;) { 129 129 c = getopt_long(argc, argv, "ps:h", long_options, &opt_ind); 130 130 switch (c) {
Note:
See TracChangeset
for help on using the changeset viewer.