getosreldate
int getosreldate(void);
fswritefd != -1 && getosreldate() >= P_OSREL_CK_CYLGRP) {
getosreldate() >= P_OSREL_CK_SUPERBLOCK &&
getosreldate() >= P_OSREL_CK_INODE &&
getosreldate() >= P_OSREL_CK_INDIR &&
getosreldate() >= P_OSREL_CK_DIR &&
if (getosreldate() >= P_OSREL_CK_CYLGRP)
if (getosreldate() >= P_OSREL_CK_SUPERBLOCK)
if (getosreldate() >= P_OSREL_CK_INODE)
printf("Execution environment release date: %d\n", getosreldate());
printf("OSRELDATE: %d\n", getosreldate());
snprintf(buf, sizeof(buf), "%d", getosreldate());
if (getosreldate() >= 800040)