Date: Mon, 15 Jul 2002 15:56:35 +1000 From: Tim Robbins <tjr@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/split split.c Message-ID: <20020715155635.A5456@dilbert.robbins.dropbear.id.au> In-Reply-To: <200207150531.g6F5VtwL002036@freefall.freebsd.org>; from tjr@FreeBSD.org on Sun, Jul 14, 2002 at 10:31:55PM -0700 References: <200207150531.g6F5VtwL002036@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, Jul 14, 2002 at 10:31:55PM -0700, Tim J. Robbins wrote: > tjr 2002/07/14 22:31:55 PDT > > Modified files: > usr.bin/split split.c > Log: > Support larger files (at least 64-bit offsets) by using off_t instead of > int to store offsets. > > Revision Changes Path > 1.14 +21 -8 src/usr.bin/split/split.c Support for >2GB files using unsigned 32-bit offsets (or whatever width size_t is) was there before but got lost between 1.7 and 1.8. This change hopefully supports files up to OFF_MAX bytes long, 2^63 - 1 on i386. Tim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020715155635.A5456>
