Date: Thu, 11 Jan 2007 20:23:01 +0000 (UTC) From: Brooks Davis <brooks@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/head head.c Message-ID: <200701112023.l0BKN1HZ053021@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200701112023.l0BKN1HZ053021>
