--- src/games/hack/hack.unix.c 2004/11/06 12:29:17 1.3 +++ src/games/hack/hack.unix.c 2005/04/29 09:22:57 1.4 @@ -149,7 +149,6 @@ veryold(fd) { if(buf.st_size != sizeof(int)) return(0); /* not an xlock file */ (void) time(&date); if(date - buf.st_mtime < 3L*24L*60L*60L) { /* recent */ - extern int errno; int lockedpid; /* should be the same size as hackpid */ if(read(fd, (char *)&lockedpid, sizeof(lockedpid)) != @@ -175,7 +174,7 @@ veryold(fd) { getlock() { - extern int errno, hackpid, locknum; + extern int hackpid, locknum; int i = 0, fd; (void) fflush(stdout);