summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport
diff options
context:
space:
mode:
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.