Changeset aa7dc64 in mainline
- 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
- Location:
- uspace
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/rootpc/rootpc.c
rab331c3 raa7dc64 148 148 goto failure; 149 149 } 150 printf(NAME ": registered function handle = %u\n", fnode->handle);151 150 152 151 return true; -
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.