Changeset 75160a6 in mainline for uspace/srv/fs/tmpfs/tmpfs_ops.c
- Timestamp:
- 2009-06-28T19:18:15Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 415c7e0d
- Parents:
- 852b801
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fs/tmpfs/tmpfs_ops.c
r852b801 r75160a6 631 631 void tmpfs_stat(ipc_callid_t rid, ipc_call_t *request) 632 632 { 633 ipc_answer_0(rid, ENOTSUP);633 libfs_stat(&tmpfs_libfs_ops, tmpfs_reg.fs_handle, rid, request); 634 634 } 635 635
Note:
See TracChangeset
for help on using the changeset viewer.