Changes in uspace/app/tester/chardev/chardev1.c [b7fd2a0:c1694b6b] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/tester/chardev/chardev1.c
rb7fd2a0 rc1694b6b 47 47 async_sess_t *sess; 48 48 size_t nbytes; 49 errno_t rc;49 int rc; 50 50 51 51 TPRINTF("Test small transfer character device operations\n"); … … 99 99 async_sess_t *sess; 100 100 size_t nbytes; 101 errno_t rc;101 int rc; 102 102 103 103 TPRINTF("Test large transfer character device operations\n"); … … 151 151 async_sess_t *sess; 152 152 size_t nbytes; 153 errno_t rc;153 int rc; 154 154 155 155 TPRINTF("Test partially-successful character device operations\n");
Note:
See TracChangeset
for help on using the changeset viewer.