Ignore:
File:
1 edited

Legend:

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

    rce3efa0 r2f6ad06  
    3232#include <macros.h>
    3333#include <as.h>
     34#include <task.h>
    3435#include <ipc/output.h>
    3536#include "port/ega.h"
     
    460461       
    461462        /* Register server */
    462         async_set_client_connection(client_connection);
     463        async_set_fallback_port_handler(client_connection, NULL);
    463464        int rc = loc_server_register(NAME);
    464465        if (rc != EOK) {
Note: See TracChangeset for help on using the changeset viewer.