Module Name: src
Committed By: christos
Date: Sun Nov 15 17:15:18 UTC 1998
Modified Files:
src/lib/libc/stdio: fgets.c
Log Message:
change len from size_t to int so that len = fp->_r does not get promoted
to unsigned. cast len appropriately to size_t later.