From owner-cvs-games Mon Feb 24 12:32:32 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id MAA15885 for cvs-games-outgoing; Mon, 24 Feb 1997 12:32:32 -0800 (PST) Received: (from eivind@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id MAA15870; Mon, 24 Feb 1997 12:32:30 -0800 (PST) Date: Mon, 24 Feb 1997 12:32:30 -0800 (PST) From: Eivind Eklund Message-Id: <199702242032.MAA15870@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-games Subject: cvs commit: src/games/battlestar Makefile com1.c com2.c com3.c com4.c com5.c com6.c com7.c cypher.c externs.h fly.c init.c room.c save.c Sender: owner-cvs-games@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk eivind 97/02/24 12:32:29 Branch: games/battlestar RELENG_2_1_0 Modified: games/battlestar Makefile com1.c com2.c com3.c com4.c com5.c com6.c com7.c cypher.c externs.h fly.c init.c room.c save.c Log: YAMFC (Matches version 1.2 or 1.3, depending on file - security fixes) This should go in 2.2, but I won't put it there until I find somewhere to test it for 2.2. Revision Changes Path 1.2.6.1 +1 -0 src/games/battlestar/Makefile 1.2.4.1 +14 -14 src/games/battlestar/com1.c 1.2.4.1 +6 -6 src/games/battlestar/com2.c 1.2.4.1 +5 -5 src/games/battlestar/com3.c 1.2.4.1 +7 -7 src/games/battlestar/com4.c 1.2.4.1 +13 -13 src/games/battlestar/com5.c 1.1.1.1.6.1 +4 -10 src/games/battlestar/com6.c 1.2.4.1 +6 -6 src/games/battlestar/com7.c 1.2.4.1 +5 -5 src/games/battlestar/cypher.c 1.2.4.1 +10 -7 src/games/battlestar/externs.h 1.1.1.1.6.1 +4 -4 src/games/battlestar/fly.c 1.2.4.1 +2 -2 src/games/battlestar/init.c 1.2.4.1 +1 -1 src/games/battlestar/room.c 1.1.1.1.6.1 +44 -13 src/games/battlestar/save.c