From 8b5a51a4e560ea506cc601f3fb20bbab620ec53b Mon Sep 17 00:00:00 2001 From: root Date: Thu, 14 Jul 2011 22:36:17 +0000 Subject: *** empty log message *** --- eio.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/eio.c b/eio.c index b2267b3..f62decc 100644 --- a/eio.c +++ b/eio.c @@ -60,7 +60,6 @@ #include #include -#include /* intptr_t comes from unistd.h, says POSIX/UNIX/tradition */ /* intptr_t only comes from stdint.h, says idiot openbsd coder */ #if HAVE_STDINT_H @@ -1201,7 +1200,7 @@ eio_page_align (void **addr, size_t *length) } #if !_POSIX_MEMLOCK -# define eio__mlockall(a) eio_nosyscall() +# define eio__mlockall(a) EIO_ENOSYS () #else static int -- cgit v1.2.3