Project

General

Profile

Actions

Bug #1049

closed

AIO on Mac OS X

Added by Anonymous about 17 years ago. Updated almost 16 years ago.

Status:
Fixed
Priority:
High
Category:
core
Target version:
ASK QUESTIONS IN Forums:

Description

Revision 1691 requires this on Mac OS X, probably because of a bug in Apple's aio.h file:
(the following also included as a patch)


Index: src/settings.h
===================================================================
--- src/settings.h      (revision 1692)
+++ src/settings.h      (working copy)
@@ -53,6 +53,7 @@
 # if defined(HAVE_AIO_H) && (!defined(__FreeBSD__))
 /* FreeBSD has no SIGEV_THREAD for us */
 #  define USE_POSIX_AIO
+#  include <sys/types.h>
 #  include <aio.h>
 # endif
 # ifdef HAVE_MMAP

-- lingwitt


Files

settings.patch (371 Bytes) settings.patch patch -- lingwitt Anonymous, 2007-02-24 08:01
Actions #1

Updated by jan about 17 years ago

  • Status changed from New to Fixed
  • Resolution set to fixed

applied in r1693

Actions

Also available in: Atom