Changeset 84a1a54 in mainline for uspace/srv/net/slip/slip.c
- Timestamp:
- 2018-01-04T20:47:53Z (7 years ago)
- Children:
- facacc71
- Parents:
- cde999a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/net/slip/slip.c
rcde999a r84a1a54 421 421 if (argc != 3) { 422 422 usage(); 423 return E INVAL;423 return EXIT_RC(EINVAL); 424 424 } 425 425 … … 427 427 if (rc != EOK) { 428 428 printf(NAME ": failed to initialize log\n"); 429 return rc;429 return EXIT_RC(rc); 430 430 } 431 431
Note:
See TracChangeset
for help on using the changeset viewer.