$NetBSD: patch-ae,v 1.1.1.1 2000/12/27 17:37:51 jlam Exp $ --- stlport/stl/_stdio_file.h.orig Thu Jul 13 21:53:26 2000 +++ stlport/stl/_stdio_file.h @@ -116,7 +116,7 @@ # define __STL_FILE_I_O_IDENTICAL 1 -#elif defined (__CYGWIN__) || defined(__FreeBSD__) +#elif defined (__CYGWIN__) || defined(__FreeBSD__) || defined(__NetBSD__) inline int _FILE_fd(const FILE& __f) { return __f._file; } inline char* _FILE_I_begin(const FILE& __f) { return (char*) __f._bf._base; }