gamin: disable python support
[unleashed-userland.git] / components / bonnie++ / patches / bon_io.h.patch
blobfc0577515d6857a5220faff94c5d9c743db0055c
1 $NetBSD: patch-ad,v 1.1 2011/01/02 17:45:06 jdolecek Exp $
3 --- bon_io.h.orig 2011-01-02 17:28:45.000000000 +0000
4 +++ bon_io.h
5 @@ -33,7 +33,9 @@ private:
6 bool m_isopen;
7 char *m_name;
8 bool m_sync;
9 +#ifdef O_DIRECT
10 bool m_use_direct_io;
11 +#endif
12 const int m_chunk_bits, m_chunk_size;
13 int m_chunks_per_file, m_total_chunks;
14 int m_last_file_chunks;