Changeset dfa2313 in mainline for uspace/app/hrctl/hrctl.c
- Timestamp:
- 2024-11-15T21:21:29Z (6 months ago)
- Children:
- d199a6f
- Parents:
- 64eba57
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/hrctl/hrctl.c
r64eba57 rdfa2313 357 357 } 358 358 359 if (cfg->dev_no > HR_MAX DEVS) {359 if (cfg->dev_no > HR_MAX_EXTENTS) { 360 360 printf("hrctl: too many devices, exiting\n"); 361 361 goto bad;
Note:
See TracChangeset
for help on using the changeset viewer.