Subject: CVS commit: src/games
To: None <source-changes@NetBSD.org>
From: Joseph Myers <jsm@netbsd.org>
List: source-changes
Date: 02/08/2004 22:23:50
Module Name:	src
Committed By:	jsm
Date:		Sun Feb  8 22:23:50 UTC 2004

Modified Files:
	src/games/backgammon/backgammon: main.c
	src/games/backgammon/teachgammon: teach.c
	src/games/cribbage: cribbage.h
	src/games/dm: dm.c
	src/games/fortune/unstr: unstr.c
	src/games/hunt/hunt: hunt.c otto.c
	src/games/hunt/huntd: faketalk.c hunt.h

Log Message:
Mark unused parameters, nonreturning functions and format functions in
the few cases not already marked.


To generate a diff of this commit:
cvs rdiff -r1.19 -r1.20 src/games/backgammon/backgammon/main.c
cvs rdiff -r1.14 -r1.15 src/games/backgammon/teachgammon/teach.c
cvs rdiff -r1.11 -r1.12 src/games/cribbage/cribbage.h
cvs rdiff -r1.19 -r1.20 src/games/dm/dm.c
cvs rdiff -r1.10 -r1.11 src/games/fortune/unstr/unstr.c
cvs rdiff -r1.21 -r1.22 src/games/hunt/hunt/hunt.c
cvs rdiff -r1.6 -r1.7 src/games/hunt/hunt/otto.c
cvs rdiff -r1.9 -r1.10 src/games/hunt/huntd/faketalk.c
cvs rdiff -r1.10 -r1.11 src/games/hunt/huntd/hunt.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.