Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/locsrv/locsrv.c

    r3e6a98c5 r6d5e378  
    4242#include <stdio.h>
    4343#include <errno.h>
    44 #include <stdbool.h>
     44#include <bool.h>
    4545#include <fibril_synch.h>
    4646#include <macros.h>
     
    13531353        categ_dir_add_cat(&cdir, cat);
    13541354
    1355         cat = category_new("clock");
    1356         categ_dir_add_cat(&cdir, cat);
    1357 
    13581355        cat = category_new("test3");
    13591356        categ_dir_add_cat(&cdir, cat);
Note: See TracChangeset for help on using the changeset viewer.