summaryrefslogtreecommitdiffstats
path: root/file_io
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 /file_io
parentAdd micromonitor. (diff)
downloadrtems-examples-28912ca573e0c5819f389fdaacf3d4ee584db1f0.tar.bz2
examples-v2 - Remove CVS Ids (scripted)
Diffstat (limited to 'file_io')
-rw-r--r--file_io/Makefile4
-rw-r--r--file_io/crc/Makefile4
-rw-r--r--file_io/crc/README4
-rw-r--r--file_io/crc/init.c2
-rw-r--r--file_io/filerdback/test.c2
5 files changed, 0 insertions, 16 deletions
diff --git a/file_io/Makefile b/file_io/Makefile
index 924545e..5ab24a1 100644
--- a/file_io/Makefile
+++ b/file_io/Makefile
@@ -1,7 +1,3 @@
-#
-# $Id$
-#
-
include $(RTEMS_MAKEFILE_PATH)/Makefile.inc
include $(RTEMS_CUSTOM)
include $(RTEMS_SHARE)/make/directory.cfg
diff --git a/file_io/crc/Makefile b/file_io/crc/Makefile
index fc8f01c..29dc67b 100644
--- a/file_io/crc/Makefile
+++ b/file_io/crc/Makefile
@@ -1,8 +1,4 @@
#
-# $Id$
-#
-
-#
# RTEMS_MAKEFILE_PATH is typically set in an environment variable
#
diff --git a/file_io/crc/README b/file_io/crc/README
index e29b5a5..bc9cbea 100644
--- a/file_io/crc/README
+++ b/file_io/crc/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/file_io/crc/init.c b/file_io/crc/init.c
index 99e0fe9..83c423c 100644
--- a/file_io/crc/init.c
+++ b/file_io/crc/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$
*/
diff --git a/file_io/filerdback/test.c b/file_io/filerdback/test.c
index dc85be7..ef0a4cc 100644
--- a/file_io/filerdback/test.c
+++ b/file_io/filerdback/test.c
@@ -1,7 +1,5 @@
/*
* Simple test program to write and read a file back.
- *
- * $Id$
*/
#include <bsp.h>