*** ./Iex/IexThrowErrnoExc.cpp.ORIG Tue Jan 11 21:14:12 2011 --- ./Iex/IexThrowErrnoExc.cpp Tue Jan 11 21:14:27 2011 *************** *** 480,489 **** --- 480,491 ---- throw EstrpipeExc (tmp); #endif + #ifndef _AIX #if defined (ENOTEMPTY) case ENOTEMPTY: throw EnotemptyExc (tmp); #endif + #endif #if defined (EUSERS) case EUSERS: