Ignore:
File:
1 edited

Legend:

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

    r38d150e rb7fd2a0  
    6060}
    6161
    62 static int print_item_val(char *ipath)
     62static errno_t print_item_val(char *ipath)
    6363{
    6464        sysarg_t value;
    65         int rc = sysinfo_get_value(ipath, &value);
     65        errno_t rc = sysinfo_get_value(ipath, &value);
    6666        if (rc != EOK) {
    6767                printf("Error reading item '%s'.\n", ipath);
Note: See TracChangeset for help on using the changeset viewer.