Changeset 5a6cc679 in mainline for uspace/app/nterm/nterm.c
- Timestamp:
- 2018-01-31T02:21:24Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- a0a9cc2
- Parents:
- 132ab5d1
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/nterm/nterm.c
r132ab5d1 r5a6cc679 61 61 char cbuf[STR_BOUNDS(1)]; 62 62 size_t offs; 63 int rc;63 errno_t rc; 64 64 65 65 offs = 0; … … 110 110 { 111 111 cons_event_t ev; 112 int rc;112 errno_t rc; 113 113 114 114 if (argc != 2) {
Note:
See TracChangeset
for help on using the changeset viewer.