Changeset 45f244b in mainline for uspace/srv/fs/fat/fat_ops.c
- Timestamp:
- 2008-04-15T03:15:43Z (17 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 9a5f0cb
- Parents:
- 80e8482
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fs/fat/fat_ops.c
r80e8482 r45f244b 312 312 } 313 313 314 static boolfat_destroy(void *node)315 { 316 return false; /* not supported at the moment */314 static int fat_destroy(void *node) 315 { 316 return ENOTSUP; /* not supported at the moment */ 317 317 } 318 318
Note:
See TracChangeset
for help on using the changeset viewer.