init_boot_time
static time_t init_boot_time; /* Substitute for kernel boot time. */
(void) time(&init_boot_time);
extern void init_boot_time(void);