2013-09-26 17:14:40 +02:00

13 lines
396 B
Plaintext

$NetBSD: patch-aa,v 1.1 2006/10/15 12:53:04 xtraeme Exp $
--- src/globals.h.orig 2006-10-15 13:01:57.000000000 +0200
+++ src/globals.h 2006-10-15 13:02:42.000000000 +0200
@@ -41,4 +41,7 @@
GLOBAL(unsigned int sleep_stats, DEFAULT_SLEEP_STATS);
GLOBAL(unsigned int nb_writers, DEFAULT_NB_WRITERS);
+/* O_DIRECT aka Direct I/O */
+GLOBAL(unsigned int do_directio, DEFAULT_DIRECTIO);
+
#endif