Changes in uspace/app/bdsh/cmds/modules/touch/touch.c [86cf96d:9d58539] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/bdsh/cmds/modules/touch/touch.c
r86cf96d r9d58539 90 90 DIR *dirp; 91 91 92 for (c = 0, opt reset = 1, optind = 0, longind = 0; c != -1; ) {92 for (c = 0, optind = 0, longind = 0; c != -1; ) { 93 93 c = getopt_long(argc, argv, "c", long_options, &longind); 94 94 switch (c) {
Note:
See TracChangeset
for help on using the changeset viewer.