Changes in uspace/app/bdsh/cmds/modules/rm/rm.c [b7fd2a0:d5c1051] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/bdsh/cmds/modules/rm/rm.c
rb7fd2a0 rd5c1051 195 195 static unsigned int rm_recursive(const char *path) 196 196 { 197 errno_t rc;197 int rc; 198 198 unsigned int ret = 0; 199 199
Note:
See TracChangeset
for help on using the changeset viewer.