Changeset 46577995 in mainline for uspace/app/bdsh/cmds/modules/rm/rm.c
- Timestamp:
- 2018-01-04T20:50:52Z (7 years ago)
- Children:
- e211ea04
- Parents:
- facacc71
- git-author:
- Jiří Zárevúcky <zarevucky.jiri@…> (2018-01-04 20:47:53)
- git-committer:
- Jiří Zárevúcky <zarevucky.jiri@…> (2018-01-04 20:50:52)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/bdsh/cmds/modules/rm/rm.c
rfacacc71 r46577995 195 195 static unsigned int rm_recursive(const char *path) 196 196 { 197 int rc;197 errno_t rc; 198 198 unsigned int ret = 0; 199 199
Note:
See TracChangeset
for help on using the changeset viewer.