Searched refs:nmstat (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/games/hack/
H A Dhack.unix.c373 static struct stat omstat, nmstat; variable in typeref:struct:
402 if (stat(mailbox, &nmstat)) {
407 nmstat.st_mtime = 0;
409 } else if (nmstat.st_mtime > omstat.st_mtime) {
410 if (nmstat.st_size)

Completed in 178 milliseconds