Andrey A. Chernov 7a27e6571b File positions are off_t nowdays, not long, so:
strtol -> strtoll
  fseek -> fseeko

  NOTE: that fseek not works for >long offsets files per POSIX:

  [EOVERFLOW] For fseek( ), the resulting file offset would be a value which
  cannot be represented correctly in an object of type long.
2001-09-01 22:42:47 +00:00
..
2001-02-10 23:25:09 +00:00
2001-03-27 10:52:19 +00:00
2000-12-27 16:52:31 +00:00