Changeset ca22536 in mainline for uspace/srv/locsrv/locsrv.c
- Timestamp:
- 2025-07-16T15:39:38Z (7 days ago)
- Parents:
- 5caad1d (diff), 73a2780 (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. - git-author:
- Miroslav Cimerman <70661600+mcimerman@…> (2025-07-16 15:39:38)
- git-committer:
- GitHub <noreply@…> (2025-07-16 15:39:38)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/locsrv/locsrv.c
r5caad1d rca22536 1330 1330 categ_dir_add_cat(&cdir, cat); 1331 1331 1332 cat = category_new("raid"); 1333 categ_dir_add_cat(&cdir, cat); 1334 1332 1335 cat = category_new("partition"); 1333 1336 categ_dir_add_cat(&cdir, cat);
Note:
See TracChangeset
for help on using the changeset viewer.