diff options
author | Miles Bader <miles@gnu.org> | 1995-05-09 23:12:46 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1995-05-09 23:12:46 +0000 |
commit | 92c2b643e2b253939dc98f3d0b4fcdffef60377a (patch) | |
tree | 12cb10ab174654baac052018b76de196361b3bc9 /ext2fs/ext2fs.h | |
parent | ee914fec9045150b0f981d0850becf58ef7fc5e1 (diff) |
entered into RCS
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, ...); |