I'm trying to add two integers to the Minix proc data structure in /usr/src/kernel/proc.h. The documentation says you must add entries to sconst.h as well to accommodate this, but I cannot figure out how to update sconst.h. Adding the two ints compiles fine, but then utilities like ps break because sconst.h isn't updated.
What should be added to sconst.h to support two new fields and not break compatibility?
Thanks!