Changeset 38c706cc in mainline for uspace/srv/fs/fat/fat.c
- Timestamp:
- 2007-12-04T19:54:53Z (17 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 6364d3c
- Parents:
- 90c35436
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fs/fat/fat.c
r90c35436 r38c706cc 154 154 */ 155 155 ipcarg_t phonehash; 156 ipc_connect_to_me(vfs_phone, 0, 0, &phonehash);156 ipc_connect_to_me(vfs_phone, 0, 0, 0, &phonehash); 157 157 158 158 /*
Note:
See TracChangeset
for help on using the changeset viewer.