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.