Changeset 4cc0c9ee in mainline for uspace/app/bdsh/cmds/modules/touch/touch.c
- Timestamp:
- 2009-01-22T14:22:12Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- bf226890
- Parents:
- fc11b8a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/bdsh/cmds/modules/touch/touch.c
rfc11b8a r4cc0c9ee 38 38 #include <dirent.h> 39 39 #include <sys/types.h> 40 #include <string.h> 40 41 41 42 #include "config.h" … … 80 81 81 82 for (i = 1; i < argc; i ++) { 82 buff = cli_strdup(argv[i]);83 buff = strdup(argv[i]); 83 84 dirp = opendir(buff); 84 85 if (dirp) {
Note:
See TracChangeset
for help on using the changeset viewer.