Changeset aa7dc64 in mainline for uspace/srv
- Timestamp:
- 2011-02-15T22:41:52Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 0c968a17
- Parents:
- ab331c3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/devman/main.c
rab331c3 raa7dc64 486 486 if (fun == NULL && !drv_to_parent) { 487 487 printf(NAME ": devman_forward error - cannot connect to " 488 "handle % d, refers to a device.\n", handle);488 "handle %" PRIun ", refers to a device.\n", handle); 489 489 async_answer_0(iid, ENOENT); 490 490 return;
Note:
See TracChangeset
for help on using the changeset viewer.