From owner-cvs-games Wed Sep 24 05:34:41 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id FAA26153 for cvs-games-outgoing; Wed, 24 Sep 1997 05:34:41 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id FAA26094; Wed, 24 Sep 1997 05:34:07 -0700 (PDT) From: "Andrey A. Chernov" Received: (from ache@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id FAA12868; Wed, 24 Sep 1997 05:29:26 -0700 (PDT) Date: Wed, 24 Sep 1997 05:29:26 -0700 (PDT) Message-Id: <199709241229.FAA12868@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-games@FreeBSD.ORG Subject: cvs commit: src/games/hack Makefile hack.main.c hack.options.c hack.termcap.c hack.u_init.c hack.unix.c Sender: owner-cvs-games@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk ache 1997/09/24 05:29:26 PDT Modified files: games/hack Makefile hack.main.c hack.options.c hack.termcap.c hack.u_init.c hack.unix.c Log: Includes cleanup Fix nonull flag detecting from termcap Use usleep to handle nonull case Prevent overflow on genocided getenv Install most files not owned by games.games to prevent data modifications Fix path for gethdate() Revision Changes Path 1.13 +4 -4 src/games/hack/Makefile 1.5 +2 -2 src/games/hack/hack.main.c 1.3 +1 -1 src/games/hack/hack.options.c 1.4 +11 -4 src/games/hack/hack.termcap.c 1.2 +1 -1 src/games/hack/hack.u_init.c 1.5 +8 -6 src/games/hack/hack.unix.c