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 | |
parent | ee914fec9045150b0f981d0850becf58ef7fc5e1 (diff) |
entered into RCS
-rw-r--r-- | ext2fs/Makefile | 1 | ||||
-rw-r--r-- | ext2fs/balloc.c | 2 | ||||
-rw-r--r-- | ext2fs/ext2fs.c | 2 | ||||
-rw-r--r-- | ext2fs/ext2fs.h | 5 | ||||
-rw-r--r-- | ext2fs/pokel.c | 2 |
5 files changed, 6 insertions, 6 deletions
diff --git a/ext2fs/Makefile b/ext2fs/Makefile index eafc7930..10d2d593 100644 --- a/ext2fs/Makefile +++ b/ext2fs/Makefile @@ -1,3 +1,4 @@ +# Makefile for ext2fs # # Copyright (C) 1994, 1995 Free Software Foundation, Inc. # diff --git a/ext2fs/balloc.c b/ext2fs/balloc.c index 0673cb93..f4e26aba 100644 --- a/ext2fs/balloc.c +++ b/ext2fs/balloc.c @@ -1,4 +1,4 @@ -/* Block allocation routines. +/* Block allocation routines Copyright (C) 1995 Free Software Foundation, Inc. diff --git a/ext2fs/ext2fs.c b/ext2fs/ext2fs.c index 20d6f2fd..7b26b502 100644 --- a/ext2fs/ext2fs.c +++ b/ext2fs/ext2fs.c @@ -1,4 +1,4 @@ -/* Main entry point for the ext2 file system translator. +/* Main entry point for the ext2 file system translator Copyright (C) 1994, 1995 Free Software Foundation, Inc. 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, ...); diff --git a/ext2fs/pokel.c b/ext2fs/pokel.c index c65043f0..d1026f49 100644 --- a/ext2fs/pokel.c +++ b/ext2fs/pokel.c @@ -1,4 +1,4 @@ -/* A data structure to remember modifications to a memory region. +/* A data structure to remember modifications to a memory region Copyright (C) 1995 Free Software Foundation, Inc. |