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

Modified Files:
	src/lib/libc/quad: ashrdi3.c
Log Message:
Cast signed long shifts to unsigned long to avoid lint portability warnings.
The comment above the code mentions that it should work even on machines
that shift in zeroes.