Subject: CVS commit: src/games/canfield/cfscores
To: None <source-changes@NetBSD.org>
From: David A. Holland <dholland@netbsd.org>
List: source-changes
Date: 01/28/2008 02:37:51
Module Name:	src
Committed By:	dholland
Date:		Mon Jan 28 02:37:51 UTC 2008

Modified Files:
	src/games/canfield/cfscores: cfscores.c

Log Message:
Work around gcc signedness warning: if you check for uid_t < 0, gcc warns
because it's unsigned, but I don't really want to rely on uid_t being
unsigned on every platform this code might propagate to.


To generate a diff of this commit:
cvs rdiff -r1.13 -r1.14 src/games/canfield/cfscores/cfscores.c

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