Originally strtoul with a base 8 was called to convert the file size, etc from
the tar header struct. The problem is that the 'string' contains it's value
on the rightward side, and pads the left most space with spaces (0x20).
The real strtoul can apparently handle this. Maybe simple_strtoul should
as well for compatablity?? (I'll do it if the gods say yes.)