summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2012-05-03 12:24:46 -0500
committerJoel Sherrill <joel.sherrill@oarcorp.com>2012-05-11 08:44:14 -0500
commit65c6425de9c84553b4bdade81988c9292d66db58 (patch)
tree2463791aa25ae50ea103460cee37ff2db980b729 /cpukit/libcsupport
parentcpukit/aclocal - Fix one mistake by script (diff)
downloadrtems-65c6425de9c84553b4bdade81988c9292d66db58.tar.bz2
Remove CVS Id Strings (manual edits after script)
These modifications were required by hand after running the script. In some cases, the file names did not match patterns. In others, the format of the file did not match any common patterns.
Diffstat (limited to 'cpukit/libcsupport')
-rw-r--r--cpukit/libcsupport/include/sys/filio.h1
-rw-r--r--cpukit/libcsupport/include/sys/ttycom.h1
-rw-r--r--cpukit/libcsupport/src/CASES4
-rw-r--r--cpukit/libcsupport/src/TODO6
4 files changed, 1 insertions, 11 deletions
diff --git a/cpukit/libcsupport/include/sys/filio.h b/cpukit/libcsupport/include/sys/filio.h
index 5a8b7e4bbb..f1a703a54a 100644
--- a/cpukit/libcsupport/include/sys/filio.h
+++ b/cpukit/libcsupport/include/sys/filio.h
@@ -36,7 +36,6 @@
* SUCH DAMAGE.
*
* @(#)filio.h 8.1 (Berkeley) 3/28/94
- * $Id$
*/
#ifndef _SYS_FILIO_H_
diff --git a/cpukit/libcsupport/include/sys/ttycom.h b/cpukit/libcsupport/include/sys/ttycom.h
index f2e491bc50..7d0fd2c0c9 100644
--- a/cpukit/libcsupport/include/sys/ttycom.h
+++ b/cpukit/libcsupport/include/sys/ttycom.h
@@ -36,7 +36,6 @@
* SUCH DAMAGE.
*
* @(#)ttycom.h 8.1 (Berkeley) 3/28/94
- * $Id$
*/
#ifndef _SYS_TTYCOM_H_
diff --git a/cpukit/libcsupport/src/CASES b/cpukit/libcsupport/src/CASES
index 4578ae5009..e9a2decf8e 100644
--- a/cpukit/libcsupport/src/CASES
+++ b/cpukit/libcsupport/src/CASES
@@ -1,7 +1,3 @@
-#
-# $Id$
-#
-
This is a list of cases to consider when implementing a file system:
diff --git a/cpukit/libcsupport/src/TODO b/cpukit/libcsupport/src/TODO
index 38cb012326..d60835fc86 100644
--- a/cpukit/libcsupport/src/TODO
+++ b/cpukit/libcsupport/src/TODO
@@ -1,7 +1,3 @@
-#
-# $Id$
-#
-
+ newlib 1.8.0 has the wrong prototype for at least read() and write().
+ There should be a "eat it" stub for all system calls which are
@@ -11,4 +7,4 @@
+ Fix strerror() so it prints all error numbers.
+ Check the node allocation coment in the fchdir call.
-+ Add an interface somewhere for this call. \ No newline at end of file
++ Add an interface somewhere for this call.