evlogd is unable to handle eventlog files that exceed 2
gig (2147483647). This can be shown using the testdup2
file in user/cmd/evlogd/test to fill the log file with
multiple events. This is likely caused by using the
32-bit lseek instead of the 64-bit version.