Changeset 241f1985 in mainline for uspace/srv/sysman/edge.c
- Timestamp:
- 2019-08-31T10:45:17Z (6 years ago)
- Children:
- 102f641
- Parents:
- f92b315
- git-author:
- Matthieu Riolo <matthieu.riolo@…> (2019-08-23 22:04:34)
- git-committer:
- Matthieu Riolo <matthieu.riolo@…> (2019-08-31 10:45:17)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/sysman/edge.c
rf92b315 r241f1985 122 122 * @return EOK on success 123 123 * @return ENOMEM 124 * @return EEXIST S124 * @return EEXIST 125 125 */ 126 126 int edge_connect(unit_t *input, unit_t *output) 127 127 { 128 128 if (edge_extract_internal(input, output)) { 129 return EEXIST S;129 return EEXIST; 130 130 } 131 131
Note:
See TracChangeset
for help on using the changeset viewer.