*** gio/gioerror.c.ORIG Thu Jul 3 18:21:32 2008 --- gio/gioerror.c Thu Jul 3 18:21:58 2008 *************** *** 138,147 **** --- 138,149 ---- break; #endif + #ifndef _AIX #ifdef ENOTEMPTY case ENOTEMPTY: return G_IO_ERROR_NOT_EMPTY; break; + #endif #endif #ifdef ENOTSUP