Changeset 948222e4 in mainline for uspace/app/bdsh/cmds/modules/touch/touch.c
- Timestamp:
- 2018-03-14T12:04:14Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 963037b0
- Parents:
- 5b61171
- git-author:
- Jiri Svoboda <jiri@…> (2018-03-13 17:02:57)
- git-committer:
- Jiri Svoboda <jiri@…> (2018-03-14 12:04:14)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/bdsh/cmds/modules/touch/touch.c
r5b61171 r948222e4 88 88 DIR *dirp; 89 89 90 for (c = 0, optreset = 1, optind = 0, longind = 0; c != -1; ) { 90 c = 0; 91 optreset = 1; 92 optind = 0; 93 longind = 0; 94 95 while (c != -1) { 91 96 c = getopt_long(argc, argv, "c", long_options, &longind); 92 97 switch (c) {
Note:
See TracChangeset
for help on using the changeset viewer.