diff options
author | Miles Bader <miles@gnu.org> | 1995-05-05 19:10:21 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1995-05-05 19:10:21 +0000 |
commit | 63901902701eb25627a420bced0feb6582c751ac (patch) | |
tree | 3f57e9ee612cb211b02eb2097679d846d73b6196 | |
parent | a6ad190313af9b76f65390116eaa2e6daef89023 (diff) |
Formerly ext2fs.h.~40~
-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 7db816c6..7e5c6613 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 +#define DONT_CACHE_MEMORY_OBJECTS int printf (const char *fmt, ...); |