Changes in uspace/srv/net/slip/slip.c [f2d88f3:984a9ba] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/net/slip/slip.c
rf2d88f3 r984a9ba 212 212 213 213 rc = chardev_read(chardev, slip_recv_buf, 214 sizeof(slip_recv_buf), &nread , chardev_f_none);214 sizeof(slip_recv_buf), &nread); 215 215 if (rc != EOK) { 216 216 log_msg(LOG_DEFAULT, LVL_ERROR,
Note:
See TracChangeset
for help on using the changeset viewer.