1
0
mirror of https://github.com/open-simh/simh.git synced 2026-05-02 14:30:22 +00:00

Added Large File Support which was missing for NetBSD (and OpenBSD) hosts - reported by Felix Deichmann

This commit is contained in:
Mark Pizzolato
2013-04-12 08:17:01 -07:00
parent 414cf3335f
commit 3dd4121c78
3 changed files with 3 additions and 3 deletions

View File

@@ -328,7 +328,7 @@ return (t_offset)(ftello64 (st));
/* Apple OS/X */
#if defined (__APPLE__) || defined (__FreeBSD__)
#if defined (__APPLE__) || defined (__FreeBSD__) || defined(__NetBSD__) || defined (__OpenBSD__)
#define S_SIM_IO_FSEEK_EXT_ 1
int sim_fseeko (FILE *st, t_offset xpos, int origin)
{