Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Hubert Feyrer <hubertf@netbsd.org>
List: source-changes
Date: 02/10/1999 04:29:48
Module Name:	src
Committed By:	hubertf
Date:		Wed Feb 10 12:29:48 UTC 1999

Modified Files:
	src/games/backgammon/backgammon: main.c text.c version.c
	src/games/backgammon/common_source: back.h board.c fancy.c init.c
	    save.c subs.c table.c
	src/games/backgammon/teachgammon: data.c teach.c ttext1.c ttext2.c
	    tutor.c tutor.h
Log Message:
The patch below makes the game backgammon(6) use `const' where
appropriate.  It also removes some obsolete, unused code to check the
number of users on the system (obsoleted by dm); removes a prototype
for an unused function that was removed earlier; and removes a control
character from one message that was I think intended to clear the
screen on some particular terminal (though I can't find the comment to
that effect in any of the BSD source trees I have handy) but no longer
serves any useful purpose.

>From PR 6580 by Joseph Myers <jsm28@cam.ac.uk>.

Also contains two more patches, one in teachgammon/tutor.h (by Joseph)
and one in common_source/fancy.c (by me).