On Wed, Sep 18, 2002 at 11:23:56AM -0400, Dave Lovelace wrote: > > I was hoping someone more specifically knowledgeable would answer, but > haven't seen anything, so here goes: > > 2147483647 is 2^31-1, so I'd have to suspect that this is the result of > using a signed 4-byte int type for the size. Since (on the Linux system > I just checked) sizeof(int) and sizeof(long) are both 4 bytes, this is > probably a result of not going to special trouble to allow anything bigger.
Just a guess, but it might be LFS related. If so the fix is pretty easy. - Craig -- Craig Small VK2XLZ GnuPG:1C1B D893 1418 2AF4 45EE 95CB C76C E5AC 12CA DFA5 Eye-Net Consulting http://www.eye-net.com.au/ <[EMAIL PROTECTED]> MIEEE <[EMAIL PROTECTED]> Debian developer <[EMAIL PROTECTED]> ----------------------------------------------------------------------------- YOU MUST BE A LIST MEMBER IN ORDER TO POST TO THE LPRNG MAILING LIST The address you post from MUST be your subscription address If you need help, send email to [EMAIL PROTECTED] (or lprng-requests or lprng-digest-requests) with the word 'help' in the body. For the impatient, to subscribe to a list with name LIST, send mail to [EMAIL PROTECTED] with: | example: subscribe LIST <mailaddr> | subscribe lprng-digest [EMAIL PROTECTED] unsubscribe LIST <mailaddr> | unsubscribe lprng [EMAIL PROTECTED] If you have major problems, send email to [EMAIL PROTECTED] with the word LPRNGLIST in the SUBJECT line. -----------------------------------------------------------------------------
