Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/hid/output/output.c

    rca48672 r4c6fd56  
    11/*
    2  * Copyright (c) 2025 Jiri Svoboda
     2 * Copyright (c) 2023 Jiri Svoboda
    33 * Copyright (c) 2011 Martin Decky
    44 * All rights reserved.
     
    4040#include <ipc/output.h>
    4141#include <config.h>
    42 #include <vt/vt100.h>
    4342#include "port/ega.h"
    4443#include "port/chardev.h"
     
    488487
    489488        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);
    491490        if (rc != EOK) {
    492491                loc_server_unregister(srv);
Note: See TracChangeset for help on using the changeset viewer.