Changeset dc12262 in mainline for uspace/srv
- Timestamp:
- 2017-05-04T22:12:27Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- e141281
- Parents:
- 93ad8166
- Location:
- uspace/srv
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/clipboard/clipboard.c
r93ad8166 rdc12262 125 125 126 126 async_answer_0(rid, EOK); 127 break; 127 128 default: 128 129 /* -
uspace/srv/net/slip/slip.c
r93ad8166 rdc12262 260 260 * through. 261 261 */ 262 /* Fallthrough */ 262 263 263 264 default: -
uspace/srv/net/tcp/conn.c
r93ad8166 rdc12262 1075 1075 /* Connection not synchronized */ 1076 1076 assert(false); 1077 /* Fallthrough */ 1077 1078 case st_syn_received: 1078 1079 case st_established:
Note:
See TracChangeset
for help on using the changeset viewer.