Changeset 9c4cf0d in mainline for uspace/app/bdsh/cmds/modules/rm/rm.c
- Timestamp:
- 2017-04-02T11:24:06Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 151f1cc
- Parents:
- b19e892
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/bdsh/cmds/modules/rm/rm.c
rb19e892 r9c4cf0d 152 152 fd = vfs_lookup(path, WALK_REGULAR); 153 153 if (fd >= 0) { 154 close(fd);154 vfs_put(fd); 155 155 return RM_FILE; 156 156 }
Note:
See TracChangeset
for help on using the changeset viewer.