Changeset 03362fbd in mainline for uspace/srv/locsrv/locsrv.c
- Timestamp:
- 2013-02-09T23:14:45Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 22dfd38
- Parents:
- b5d2e57 (diff), 005b765 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/locsrv/locsrv.c
rb5d2e57 r03362fbd 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); … … 1366 1369 1367 1370 cat = category_new("nic"); 1371 categ_dir_add_cat(&cdir, cat); 1372 1373 cat = category_new("visualizer"); 1374 categ_dir_add_cat(&cdir, cat); 1375 1376 cat = category_new("renderer"); 1368 1377 categ_dir_add_cat(&cdir, cat); 1369 1378
Note:
See TracChangeset
for help on using the changeset viewer.