Fix linking on NetBSD, OpenBSD, and DragonFly BSD.

On these operating systems fopen, fseek, and ftello are 64-bit
filesize safe.

Signed-off-by: Thomas Klausner <wiz@NetBSD.org>
This commit is contained in:
Thomas Klausner 2015-02-09 13:44:03 +01:00
parent 6fc8567e99
commit 01b5dca31c

View File

@ -38,7 +38,7 @@
# define ftello64 ftell
# define fseeko64 fseek
#else
# ifdef __FreeBSD__
# if defined(__FreeBSD__) || defined(__NetBSD__) || defined(__DragonFly__) || defined(__OpenBSD__)
# define fopen64 fopen
# define ftello64 ftello
# define fseeko64 fseeko