libaio-errno.patch 288 B

123456789101112
  1. --- libaio-0.3.112.orig/src/compat-0_1.c
  2. +++ libaio-0.3.112/src/compat-0_1.c
  3. @@ -19,7 +19,7 @@
  4. Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
  5. */
  6. #include <stdlib.h>
  7. -#include <asm/errno.h>
  8. +#include <errno.h>
  9. #include "libaio.h"
  10. #include "vsys_def.h"