Subject: CVS commit: src/lib/libradius
To: None <source-changes@NetBSD.org>
From: Havard Eidnes <he@netbsd.org>
List: source-changes
Date: 02/20/2005 23:59:31
Module Name:	src
Committed By:	he
Date:		Sun Feb 20 23:59:31 UTC 2005

Modified Files:
	src/lib/libradius: radlib.c

Log Message:
Make conversions from unsigned long to int explicit via casts,
rather than imiplicit, which causes lint heart burn ("conversion
from 'unsigned long' to 'int' may lose accuracy).


To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 src/lib/libradius/radlib.c

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