mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-11 05:22:40 -04:00
13 lines
396 B
Plaintext
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
|