Changeset 25a179e in mainline for uspace/srv/fs/locfs/locfs_ops.c
- Timestamp:
- 2017-12-20T19:51:45Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- f96b6c8
- Parents:
- d4a829e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fs/locfs/locfs_ops.c
rd4a829e r25a179e 590 590 591 591 /* Wait for reply from the driver. */ 592 sysarg_t rc;592 int rc; 593 593 async_wait_for(msg, &rc); 594 594 … … 654 654 655 655 /* Wait for reply from the driver. */ 656 sysarg_t rc;656 int rc; 657 657 async_wait_for(msg, &rc); 658 658 … … 752 752 753 753 /* Wait for reply from the driver */ 754 sysarg_t rc;754 int rc; 755 755 async_wait_for(msg, &rc); 756 756
Note:
See TracChangeset
for help on using the changeset viewer.