]> Savannah Git Hosting - gnulib.git/commit
fseeko: fix build failure on NetBSD >= 6
authorHIRAMATSU Yoshifumi <hiramatu@boreas.dti.ne.jp>
Tue, 14 Apr 2015 10:16:47 +0000 (11:16 +0100)
committerPádraig Brady <P@draigBrady.com>
Tue, 14 Apr 2015 10:20:04 +0000 (11:20 +0100)
commitf2c88dc1288e425e5eb259a366b8ade4e1632bc6
treef3eba140d5dbd11dc74fc26272741304d3a49429
parent261ba83ae8cbe80eb666044efd22ecf2783073eb
fseeko: fix build failure on NetBSD >= 6

* lib/fseeko.c (feeko): NetBSD 6 changed the definition of _offset
from 'fpos_t struct' to __off_t, which is a typedef of __int64_t.
ChangeLog
lib/fseeko.c