brooks 2007-01-11 20:23:01 UTC
FreeBSD src repository
Modified files:
usr.bin/head head.c
Log:
Fix build on architectures where off_t is signed by casting to uintmax_t
before comparing with a size_t.
Revision Changes Path
1.20 +1 -1 src/usr.bin/head/head.c