Changeset 7ae01d5 in mainline for uspace/app/sysinst/sysinst.c


Ignore:
Timestamp:
2024-04-30T13:25:56Z (3 months ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
master
Children:
926d9d9b
Parents:
bdd9e92
git-author:
Jiri Svoboda <jiri@…> (2024-04-29 18:25:36)
git-committer:
Jiri Svoboda <jiri@…> (2024-04-30 13:25:56)
Message:

Remove unused comm_size parameter of block_init()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/sysinst/sysinst.c

    rbdd9e92 r7ae01d5  
    11/*
    2  * Copyright (c) 2018 Jiri Svoboda
     2 * Copyright (c) 2024 Jiri Svoboda
    33 * All rights reserved.
    44 *
     
    361361
    362362        printf("sysinst_copy_boot_blocks: block_init.\n");
    363         rc = block_init(sid, 512);
     363        rc = block_init(sid);
    364364        if (rc != EOK)
    365365                return rc;
Note: See TracChangeset for help on using the changeset viewer.