Ignore:
File:
1 edited

Legend:

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

    ree3b28a9 rdd495c9  
    13301330        categ_dir_add_cat(&cdir, cat);
    13311331
     1332        cat = category_new("raid");
     1333        categ_dir_add_cat(&cdir, cat);
     1334
    13321335        cat = category_new("partition");
    13331336        categ_dir_add_cat(&cdir, cat);
Note: See TracChangeset for help on using the changeset viewer.