Changes in uspace/srv/locsrv/locsrv.c [6d5e378:3e6a98c5] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/locsrv/locsrv.c
r6d5e378 r3e6a98c5 42 42 #include <stdio.h> 43 43 #include <errno.h> 44 #include < bool.h>44 #include <stdbool.h> 45 45 #include <fibril_synch.h> 46 46 #include <macros.h> … … 1353 1353 categ_dir_add_cat(&cdir, cat); 1354 1354 1355 cat = category_new("clock"); 1356 categ_dir_add_cat(&cdir, cat); 1357 1355 1358 cat = category_new("test3"); 1356 1359 categ_dir_add_cat(&cdir, cat);
Note:
See TracChangeset
for help on using the changeset viewer.