Changeset b7fd2a0 in mainline for uspace/app/trace/ipcp.c
- Timestamp:
- 2018-01-13T03:10:29Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- a53ed3a
- Parents:
- 36f0738
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/trace/ipcp.c
r36f0738 rb7fd2a0 250 250 sysarg_t method; 251 251 sysarg_t service; 252 int retval;252 errno_t retval; 253 253 proto_t *proto; 254 254 int cphone; … … 345 345 } 346 346 347 void ipcp_hangup(int phone, int rc)347 void ipcp_hangup(int phone, errno_t rc) 348 348 { 349 349 if ((display_mask & DM_SYSTEM) != 0) {
Note:
See TracChangeset
for help on using the changeset viewer.