Changes in uspace/lib/c/generic/bd.c [25a179e:23c8acd9] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/generic/bd.c
r25a179e r23c8acd9 32 32 /** 33 33 * @file 34 * @brief Block device client interface34 * @brief IP link client stub 35 35 */ 36 36 … … 98 98 } 99 99 100 int retval;100 sysarg_t retval; 101 101 async_wait_for(req, &retval); 102 102 … … 121 121 } 122 122 123 int retval;123 sysarg_t retval; 124 124 async_wait_for(req, &retval); 125 125 … … 146 146 } 147 147 148 int retval;148 sysarg_t retval; 149 149 async_wait_for(req, &retval); 150 150 if (retval != EOK)
Note:
See TracChangeset
for help on using the changeset viewer.