*** mach_dep.c.bak Sun Apr 29 23:45:47 2001 --- mach_dep.c Sun Apr 29 23:47:47 2001 *************** *** 212,217 **** --- 212,218 ---- && !defined(SCO) && !defined(SCO_ELF) \ && !(defined(LINUX) && defined(__ELF__)) \ && !(defined(__FreeBSD__) && defined(__ELF__)) \ + && !(defined(__NetBSD__) && defined(__ELF__)) \ && !defined(DOS4GW) /* I386 code, generic code does not appear to work */ /* It does appear to work under OS2, and asms dont */ *************** *** 226,232 **** # endif # if ( defined(I386) && defined(LINUX) && defined(__ELF__) ) \ ! || ( defined(I386) && defined(__FreeBSD__) && defined(__ELF__) ) /* This is modified for Linux with ELF (Note: _ELF_ only) */ /* This section handles FreeBSD with ELF. */ --- 227,234 ---- # endif # if ( defined(I386) && defined(LINUX) && defined(__ELF__) ) \ ! || ( defined(I386) && defined(__FreeBSD__) && defined(__ELF__) ) \ ! || ( defined(I386) && defined(__NetBSD__) && defined(__ELF__) ) /* This is modified for Linux with ELF (Note: _ELF_ only) */ /* This section handles FreeBSD with ELF. */