83c83
< strcpy(name->release, "5.9"); //?? do we want this or something newer?
---
> strcpy(name->release, process->release.c_str());