On Mon, 13 Apr 2009 00:07:26 +0000 Luke Mewburn <lu...@netbsd.org> wrote:
> Modified Files: > src/usr.bin/patch: inp.c > > Log Message: > Fix sign-compare issue > > To generate a diff of this commit: > cvs rdiff -u -r1.19 -r1.20 src/usr.bin/patch/inp.c What about platforms where off_t is too small to hold SIZE_MAX? At least on amd64 the condition now always evaluates to true. Kind regards, -Tobias