diff options
Diffstat (limited to 'ext2fs/ext2fs.h')
-rw-r--r-- | ext2fs/ext2fs.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/ext2fs/ext2fs.h b/ext2fs/ext2fs.h index ded19345..79e9d8cf 100644 --- a/ext2fs/ext2fs.h +++ b/ext2fs/ext2fs.h @@ -1,5 +1,4 @@ -/* Common definitions, declarations & inline routines for the ext2 filesystem - translator. +/* Common definitions for the ext2 filesystem translator Copyright (C) 1995 Free Software Foundation, Inc. @@ -38,7 +37,7 @@ Normally, don't define it, but defining it causes a much greater rate of paging requests, which may be helpful in catching bugs. */ -#define DONT_CACHE_MEMORY_OBJECTS +#undef DONT_CACHE_MEMORY_OBJECTS int printf (const char *fmt, ...); |