summaryrefslogtreecommitdiff
path: root/filesystem
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2012-05-15 16:18:13 -0500
committerJoel Sherrill <joel.sherrill@oarcorp.com>2012-05-15 16:18:13 -0500
commit28912ca573e0c5819f389fdaacf3d4ee584db1f0 (patch)
tree0718614c6425d185a56852682a4eb5d8c6689e06 /filesystem
parent526708ba7291d9951b47a01078b8a1af1e2eb736 (diff)
examples-v2 - Remove CVS Ids (scripted)
Diffstat (limited to 'filesystem')
-rw-r--r--filesystem/fat_ramdisk/Makefile4
-rw-r--r--filesystem/fat_ramdisk/README4
-rw-r--r--filesystem/fat_ramdisk/init.c2
3 files changed, 0 insertions, 10 deletions
diff --git a/filesystem/fat_ramdisk/Makefile b/filesystem/fat_ramdisk/Makefile
index 5da264d..d57a464 100644
--- a/filesystem/fat_ramdisk/Makefile
+++ b/filesystem/fat_ramdisk/Makefile
@@ -1,8 +1,4 @@
#
-# $Id$
-#
-
-#
# RTEMS_MAKEFILE_PATH is typically set in an environment variable
#
diff --git a/filesystem/fat_ramdisk/README b/filesystem/fat_ramdisk/README
index e29b5a5..bc9cbea 100644
--- a/filesystem/fat_ramdisk/README
+++ b/filesystem/fat_ramdisk/README
@@ -1,7 +1,3 @@
-#
-# $Id$
-#
-
This is a simple example which illustrates how to use the
In-Memory File System (IMFS) in conjunction with "untar" to
load the initial contents.
diff --git a/filesystem/fat_ramdisk/init.c b/filesystem/fat_ramdisk/init.c
index de01bf6..5a52d27 100644
--- a/filesystem/fat_ramdisk/init.c
+++ b/filesystem/fat_ramdisk/init.c
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/