From owner-cvs-all Sat Dec 18 16:21:57 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 80A9714CC5; Sat, 18 Dec 1999 16:21:54 -0800 (PST) (envelope-from billf@FreeBSD.org) Received: (from billf@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA49910; Sat, 18 Dec 1999 16:21:54 -0800 (PST) (envelope-from billf@FreeBSD.org) Message-Id: <199912190021.QAA49910@freefall.freebsd.org> From: Bill Fumerola Date: Sat, 18 Dec 1999 16:21:54 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/games/adventure crc.c done.c hdr.h init.c io.c main.c save.c setup.c subr.c vocab.c wizard.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk billf 1999/12/18 16:21:54 PST Modified files: games/adventure crc.c done.c hdr.h init.c io.c main.c save.c setup.c subr.c vocab.c wizard.c Log: -Wall fixes. XXX: This code is sick, and so are some of the "fixes". Revision Changes Path 1.6 +3 -1 src/games/adventure/crc.c 1.7 +3 -1 src/games/adventure/done.c 1.5 +57 -4 src/games/adventure/hdr.h 1.9 +66 -60 src/games/adventure/init.c 1.8 +43 -8 src/games/adventure/io.c 1.9 +11 -11 src/games/adventure/main.c 1.8 +65 -62 src/games/adventure/save.c 1.7 +3 -2 src/games/adventure/setup.c 1.7 +38 -4 src/games/adventure/subr.c 1.9 +8 -23 src/games/adventure/vocab.c 1.10 +11 -5 src/games/adventure/wizard.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message