Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 05/03/1999 08:38:41
Module Name:	src
Committed By:	christos
Date:		Mon May  3 15:38:41 UTC 1999

Modified Files:
	src/lib/libc/quad: qdivrem.c
Log Message:
Cast things to (digit) where the LHS is (digit) to avoid loss of precision
lint warnings. This change should be harmless.