Changeset cc76be3 in mainline for uspace/srv/vfs/vfs.h
- Timestamp:
- 2007-12-14T18:12:17Z (17 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 74303b6
- Parents:
- 5832e9b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/vfs/vfs.h
r5832e9b rcc76be3 84 84 typedef struct { 85 85 /** Unique identifier of the fs. */ 86 char name[FS_NAME_MAXLEN ];86 char name[FS_NAME_MAXLEN + 1]; 87 87 88 88 /** Operations. */
Note:
See TracChangeset
for help on using the changeset viewer.