Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/devman/main.c

    ra1a101d rc4f7bf6  
    4444#include <errno.h>
    4545#include <str_error.h>
    46 #include <bool.h>
     46#include <stdbool.h>
    4747#include <fibril_synch.h>
    4848#include <stdlib.h>
     
    735735{
    736736        client_t *client;
    737         driver_t *driver;
     737        driver_t *driver = NULL;
    738738       
    739739        /* Accept the connection. */
Note: See TracChangeset for help on using the changeset viewer.