summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ext2fs/Makefile1
-rw-r--r--ext2fs/balloc.c2
-rw-r--r--ext2fs/ext2fs.c2
-rw-r--r--ext2fs/ext2fs.h5
-rw-r--r--ext2fs/pokel.c2
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.