Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/hw/irc/i8259/i8259.c

    r3e6a98c5 r1558d85  
    4545#include <stdbool.h>
    4646#include <errno.h>
    47 #include <async.h>
    48 #include <align.h>
    4947#include <async.h>
    5048#include <stdio.h>
     
    153151        }
    154152       
    155         async_set_client_connection(i8259_connection);
     153        async_set_fallback_port_handler(i8259_connection, NULL);
    156154        service_register(SERVICE_IRC);
    157155       
Note: See TracChangeset for help on using the changeset viewer.