Bigint bug in cnfsstat? (in both 2.2.1&2.3)
Kjetil Torgrim Homme
kjetilho at ifi.uio.no
Thu Dec 9 06:32:46 UTC 1999
[Pål Marius Baltzersen]
> I have 2.2.1 running on Solaris7-32bit/sparc. (and perl-5.005_03)
Is your Perl compiled with big file support? Try:
perl -e 'print "Size: ", (stat("/var/news/dev/buf00"))[7], "\n";'
> Shouldn't there be some bdiv() stuff here?
Perl uses floating point, so bdiv() isn't necessary. bigint is only
used to convert 64-bit hex strings into numbers.
Kjetil T.
More information about the inn-workers
mailing list