etc: Enable a tty for a serial port by default.
[dragora.git] / patches / libaio / libaio-errno.patch
blob0d2ca77611d62e9260a24c9baf4b6f8a6dce3e3c
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>
10 #include "libaio.h"
11 #include "vsys_def.h"