getosreldate
int getosreldate(void);
if (getosreldate() >= 500710) {
asprintf(&osreldate, "%d", getosreldate());
snprintf(buf, sizeof(buf), "%d", getosreldate());