diff options
Diffstat (limited to 'ext2fs')
-rw-r--r-- | ext2fs/ext2fs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext2fs/ext2fs.h b/ext2fs/ext2fs.h index b2aabd2c..7db816c6 100644 --- a/ext2fs/ext2fs.h +++ b/ext2fs/ext2fs.h @@ -34,7 +34,7 @@ Normally, don't define it, but defining it causes a much greater rate of paging requests, which may be helpful in catching bugs. */ -/* #undef DONT_CACHE_MEMORY_OBJECTS */ +#undef DONT_CACHE_MEMORY_OBJECTS int printf (const char *fmt, ...); |