summaryrefslogtreecommitdiffstats
path: root/cpukit/libfs
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2007-03-08 21:44:02 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2007-03-08 21:44:02 +0000
commit6c7928bba3a0f871b7bf66767056313d4506059a (patch)
tree8237f3010cab868ca620dfea547dd94316ffb268 /cpukit/libfs
parent2007-03-08 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-6c7928bba3a0f871b7bf66767056313d4506059a.tar.bz2
2007-03-08 Joel Sherrill <joel@OARcorp.com>
* libfs/src/imfs/imfs.h: Fix comment.
Diffstat (limited to 'cpukit/libfs')
-rw-r--r--cpukit/libfs/src/imfs/imfs.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/cpukit/libfs/src/imfs/imfs.h b/cpukit/libfs/src/imfs/imfs.h
index 4e68fc8ac9..2f69537b83 100644
--- a/cpukit/libfs/src/imfs/imfs.h
+++ b/cpukit/libfs/src/imfs/imfs.h
@@ -1,7 +1,7 @@
/*
* Header file for the In-Memory File System
*
- * COPYRIGHT (c) 1989-1999.
+ * COPYRIGHT (c) 1989-2007.
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
@@ -82,10 +82,6 @@ typedef struct {
#define IMFS_MEMFILE_DEFAULT_BYTES_PER_BLOCK 128
extern int imfs_rq_memfile_bytes_per_block;
- /*
- * FIXME: make and use derivates from this,
- * a shift count and a mask
- */
extern int imfs_memfile_bytes_per_block;
#define IMFS_MEMFILE_BYTES_PER_BLOCK imfs_memfile_bytes_per_block