Changes in uspace/app/init/untar.c [f47c2dc1:7ae01d5] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/init/untar.c
rf47c2dc1 r7ae01d5 1 1 /* 2 * Copyright (c) 2024 Jiri Svoboda 2 3 * Copyright (c) 2018 Martin Decky 3 4 * All rights reserved. … … 59 60 return ret; 60 61 61 ret = block_init(state->sid , 4096);62 ret = block_init(state->sid); 62 63 if (ret != EOK) 63 64 return ret;
Note:
See TracChangeset
for help on using the changeset viewer.