Merge branch 'paxed-xlogfile'

This commit is contained in:
Pasi Kallinen
2015-03-18 18:57:52 +02:00
19 changed files with 189 additions and 4 deletions

View File

@@ -554,6 +554,12 @@ unsigned int *stuckid, *steedid;
mread(fd, (genericptr_t) timebuf, 14);
timebuf[14] = '\0';
ubirthday = time_from_yyyymmddhhmmss(timebuf);
#if defined(BSD) && !defined(POSIX_TYPES)
(void) time((long *)&u.urealtime.restored);
#else
(void) time(&u.urealtime.restored);
#endif
set_uasmon();
#ifdef CLIPPING