From owner-cvs-games Thu Dec 12 23:37:13 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id XAA28413 for cvs-games-outgoing; Thu, 12 Dec 1996 23:37:13 -0800 (PST) Received: (from jkh@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id XAA28404; Thu, 12 Dec 1996 23:37:11 -0800 (PST) Date: Thu, 12 Dec 1996 23:37:11 -0800 (PST) From: "Jordan K. Hubbard" Message-Id: <199612130737.XAA28404@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-games Subject: cvs commit: src/games/adventure hdr.h Sender: owner-cvs-games@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 96/12/12 23:37:11 Modified: games/adventure hdr.h Log: Remove bogus declaration of malloc(). Closes PR#2197 Revision Changes Path 1.2 +0 -1 src/games/adventure/hdr.h From owner-cvs-games Fri Dec 13 05:12:08 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id FAA15775 for cvs-games-outgoing; Fri, 13 Dec 1996 05:12:08 -0800 (PST) Received: (from bde@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id FAA15767; Fri, 13 Dec 1996 05:12:05 -0800 (PST) Date: Fri, 13 Dec 1996 05:12:05 -0800 (PST) From: Bruce Evans Message-Id: <199612131312.FAA15767@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-games Subject: cvs commit: src/games/battlestar com6.c Sender: owner-cvs-games@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 96/12/13 05:12:04 Modified: games/battlestar com6.c Log: Hack around misuse of reserved names `clock' and and `time' in a different way. Defining KERNEL before including broke when "opt_cpu.h" was included in a deeply nested header, except in -current where the problem is masked by a namespace pollution bug in . Revision Changes Path 1.2 +6 -4 src/games/battlestar/com6.c From owner-cvs-games Fri Dec 13 05:59:40 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id FAA18891 for cvs-games-outgoing; Fri, 13 Dec 1996 05:59:40 -0800 (PST) Received: (from bde@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id FAA18884; Fri, 13 Dec 1996 05:59:37 -0800 (PST) Date: Fri, 13 Dec 1996 05:59:37 -0800 (PST) From: Bruce Evans Message-Id: <199612131359.FAA18884@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-games Subject: cvs commit: src/games/adventure vocab.c Sender: owner-cvs-games@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 96/12/13 05:59:36 Modified: games/adventure vocab.c Log: Fixed missing declaration of malloc(). Revision Changes Path 1.3 +2 -1 src/games/adventure/vocab.c From owner-cvs-games Fri Dec 13 06:19:03 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id GAA20105 for cvs-games-outgoing; Fri, 13 Dec 1996 06:19:03 -0800 (PST) Received: (from bde@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id GAA20095; Fri, 13 Dec 1996 06:19:02 -0800 (PST) Date: Fri, 13 Dec 1996 06:19:02 -0800 (PST) From: Bruce Evans Message-Id: <199612131419.GAA20095@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-games Subject: cvs commit: src/games/adventure Makefile Sender: owner-cvs-games@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 96/12/13 06:19:01 Modified: games/adventure Makefile Log: Made `setup' depend on libraries. Revision Changes Path 1.2 +1 -1 src/games/adventure/Makefile From owner-cvs-games Fri Dec 13 06:29:02 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id GAA21498 for cvs-games-outgoing; Fri, 13 Dec 1996 06:29:02 -0800 (PST) Received: (from bde@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id GAA21491; Fri, 13 Dec 1996 06:29:01 -0800 (PST) Date: Fri, 13 Dec 1996 06:29:01 -0800 (PST) From: Bruce Evans Message-Id: <199612131429.GAA21491@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-games Subject: cvs commit: src/games/adventure setup.c Sender: owner-cvs-games@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 96/12/13 06:29:00 Modified: games/adventure setup.c Log: Fixed extra columns in output for input lines with leading spaces. Revision Changes Path 1.2 +3 -1 src/games/adventure/setup.c From owner-cvs-games Sat Dec 14 10:35:08 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id KAA25616 for cvs-games-outgoing; Sat, 14 Dec 1996 10:35:08 -0800 (PST) Received: (from mpp@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id KAA25590; Sat, 14 Dec 1996 10:35:04 -0800 (PST) Date: Sat, 14 Dec 1996 10:35:04 -0800 (PST) From: Mike Pritchard Message-Id: <199612141835.KAA25590@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-games Subject: cvs commit: src/games/trek trek.6 Sender: owner-cvs-games@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk mpp 96/12/14 10:34:59 Modified: games/trek trek.6 Log: Correct the location of the trek documentation in the SEE ALSO section of the man page. Closes PR# 2009. Revision Changes Path 1.2 +1 -1 src/games/trek/trek.6