Changeset 852b801 in mainline for uspace/srv/fs/tmpfs/tmpfs_ops.c
- Timestamp:
- 2009-06-28T18:59:02Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 75160a6
- Parents:
- 4198f9c3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fs/tmpfs/tmpfs_ops.c
r4198f9c3 r852b801 629 629 } 630 630 631 void tmpfs_ device(ipc_callid_t rid, ipc_call_t *request)631 void tmpfs_stat(ipc_callid_t rid, ipc_call_t *request) 632 632 { 633 633 ipc_answer_0(rid, ENOTSUP);
Note:
See TracChangeset
for help on using the changeset viewer.