Changeset 46577995 in mainline for uspace/app/sysinfo/sysinfo.c
- Timestamp:
- 2018-01-04T20:50:52Z (8 years ago)
- Children:
- e211ea04
- Parents:
- facacc71
- git-author:
- Jiří Zárevúcky <zarevucky.jiri@…> (2018-01-04 20:47:53)
- git-committer:
- Jiří Zárevúcky <zarevucky.jiri@…> (2018-01-04 20:50:52)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/sysinfo/sysinfo.c
rfacacc71 r46577995 60 60 } 61 61 62 static int print_item_val(char *ipath)62 static errno_t print_item_val(char *ipath) 63 63 { 64 64 sysarg_t value; 65 int rc = sysinfo_get_value(ipath, &value);65 errno_t rc = sysinfo_get_value(ipath, &value); 66 66 if (rc != EOK) { 67 67 printf("Error reading item '%s'.\n", ipath);
Note:
See TracChangeset
for help on using the changeset viewer.