Changeset 74ea3c6 in mainline for uspace/srv/fs/tmpfs/tmpfs_ops.c
- Timestamp:
- 2008-04-12T22:38:32Z (17 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 32fb10ed
- Parents:
- e22632a9
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fs/tmpfs/tmpfs_ops.c
re22632a9 r74ea3c6 98 98 } 99 99 100 static void *tmpfs_root_get( void)100 static void *tmpfs_root_get(dev_handle_t dev_handle) 101 101 { 102 102 return root;
Note:
See TracChangeset
for help on using the changeset viewer.