Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / graphics / ilmbase / patches / patch-Iex_IexThrowErrnoExc.cpp
blobec79b98cf5b23bff735962933d9bc7c1b14b4831
1 $NetBSD: patch-Iex_IexThrowErrnoExc.cpp,v 1.1 2012/07/26 10:58:47 bsiegert Exp $
3 --- Iex/IexThrowErrnoExc.cpp.orig Thu Jul 26 10:46:21 2012
4 +++ Iex/IexThrowErrnoExc.cpp
5 @@ -419,7 +419,7 @@ void throwErrnoExc (const std::string &t
6 throw EnametoolongExc (tmp);
7 #endif
9 - #if defined (EOVERFLOW)
10 + #if defined (EOVERFLOW) && EOVERFLOW != ERANGE
11 case EOVERFLOW:
12 throw EoverflowExc (tmp);
13 #endif