Changes in uspace/app/init/init.c [2e2c18a1:ef63103] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/init/init.c
r2e2c18a1 ref63103 384 384 srv_start("/srv/input", HID_INPUT); 385 385 srv_start("/srv/output", HID_OUTPUT); 386 srv_start("/srv/hound");387 386 388 387 int rc = compositor(HID_INPUT, HID_COMPOSITOR_SERVER); … … 402 401 } 403 402 } 403 srv_start("/srv/hound"); 404 404 405 405 return 0;
Note:
See TracChangeset
for help on using the changeset viewer.