Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Hubert Feyrer <hubertf@netbsd.org>
List: source-changes
Date: 07/26/1999 11:39:07
Module Name:	basesrc
Committed By:	hubertf
Date:		Mon Jul 26 18:39:07 UTC 1999

Modified Files:
	basesrc/games/backgammon/common_source: fancy.c

Log Message:
This adds a check for memory allocation failure to one place in
backgammon(6).  The use of write(2) for the message may seem odd, but
is used in another place in this game.  (Actually, a lot of
backgammon(6) could do with being substantially cleaned up.)

Patch submitted in PR 8080 by Joseph Myers <jsm28@cam.ac.uk>


To generate a diff of this commit:
cvs rdiff -r1.9 -r1.10 basesrc/games/backgammon/common_source/fancy.c

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