CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/09/21 10:33:24
Modified files:
sys/arch/macppc/macppc: openprom.c
Log message:
Fix eeprom(8) error when setting variables
Values would be updated but the variable would still be reported as invalid.
Adopted from NetBSD's sys/dev/ofw/openfirmio.c
>From miod
