Changes in uspace/srv/hid/output/output.c [ca48672:4c6fd56] in mainline
- File:
-
- 1 edited
-
uspace/srv/hid/output/output.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hid/output/output.c
rca48672 r4c6fd56 1 1 /* 2 * Copyright (c) 202 5Jiri Svoboda2 * Copyright (c) 2023 Jiri Svoboda 3 3 * Copyright (c) 2011 Martin Decky 4 4 * All rights reserved. … … 40 40 #include <ipc/output.h> 41 41 #include <config.h> 42 #include <vt/vt100.h>43 42 #include "port/ega.h" 44 43 #include "port/chardev.h" … … 488 487 489 488 service_id_t service_id; 490 rc = loc_service_register(srv, argv[1], fallback_port_id,&service_id);489 rc = loc_service_register(srv, argv[1], &service_id); 491 490 if (rc != EOK) { 492 491 loc_server_unregister(srv);
Note:
See TracChangeset
for help on using the changeset viewer.
