Changeset 36df27eb in mainline for uspace/srv/bd


Ignore:
Timestamp:
2018-01-13T03:18:18Z (8 years ago)
Author:
GitHub <noreply@…>
Parents:
a53ed3a (diff), 08d4ea2 (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:
Jiří Zárevúcky <zarevucky.jiri@…> (2018-01-13 03:18:18)
git-committer:
GitHub <noreply@…> (2018-01-13 03:18:18)
Message:

Merge 08d4ea2111e5db01d0a6194bd9da4248ee282dc7 into a53ed3a8097360ccf174e8d94fb407db919eb66a

Location:
uspace/srv/bd
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/bd/file_bd/file_bd.c

    ra53ed3a r36df27eb  
    4747#include <stddef.h>
    4848#include <stdint.h>
     49#include <stdlib.h>
    4950#include <errno.h>
    5051#include <str_error.h>
  • uspace/srv/bd/sata_bd/sata_bd.c

    ra53ed3a r36df27eb  
    258258        rc = get_sata_disks();
    259259        if (rc != EOK) {
    260                 // TODO: log the error
     260                printf(NAME ": Cannot find SATA disks: %s.\n", str_error(rc));
    261261                return rc;
    262262        }
Note: See TracChangeset for help on using the changeset viewer.