Changeset 5643a04 in mainline for uspace/srv/fs/tmpfs/tmpfs.c
- Timestamp:
- 2009-10-02T14:03:10Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- bbddafb
- Parents:
- 8810c63
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fs/tmpfs/tmpfs.c
r8810c63 r5643a04 55 55 56 56 vfs_info_t tmpfs_vfs_info = { 57 .name = "tmpfs",57 .name = NAME, 58 58 }; 59 59 … … 90 90 } 91 91 92 dprintf( "VFS-TMPFS connection established.\n");92 dprintf(NAME ": connection opened\n"); 93 93 while (1) { 94 94 ipc_callid_t callid;
Note:
See TracChangeset
for help on using the changeset viewer.