summaryrefslogtreecommitdiffstats
path: root/c/src/exec/libcsupport
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1995-10-06 20:48:38 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1995-10-06 20:48:38 +0000
commiteb5a7e07df06b2503fce59a30369b5598cc26d55 (patch)
treec898257603d2ca0284f5cab8344f2b24c8dfe675 /c/src/exec/libcsupport
parentSPARC merged and successfully tested w/o interrupt support (diff)
downloadrtems-eb5a7e07df06b2503fce59a30369b5598cc26d55.tar.bz2
fixed missing CVS IDs
Diffstat (limited to 'c/src/exec/libcsupport')
-rw-r--r--c/src/exec/libcsupport/include/sys/utsname.h1
-rw-r--r--c/src/exec/libcsupport/src/hosterr.c1
-rw-r--r--c/src/exec/libcsupport/src/unixlibc.c4
-rw-r--r--c/src/exec/libcsupport/src/utsname.c1
4 files changed, 7 insertions, 0 deletions
diff --git a/c/src/exec/libcsupport/include/sys/utsname.h b/c/src/exec/libcsupport/include/sys/utsname.h
index 894fe828b4..ca15230d40 100644
--- a/c/src/exec/libcsupport/include/sys/utsname.h
+++ b/c/src/exec/libcsupport/include/sys/utsname.h
@@ -1,5 +1,6 @@
/* sys/utsname.h
*
+ * $Id$
*/
#ifndef __POSIX_SYS_UTSNAME_h
diff --git a/c/src/exec/libcsupport/src/hosterr.c b/c/src/exec/libcsupport/src/hosterr.c
index d842cc072a..7fc2ca966e 100644
--- a/c/src/exec/libcsupport/src/hosterr.c
+++ b/c/src/exec/libcsupport/src/hosterr.c
@@ -9,6 +9,7 @@
* to the copyright license under the clause at DFARS 252.227-7013. This
* notice must appear in all copies of this file and its derivatives.
*
+ * $Id$
*/
#include <rtems.h>
diff --git a/c/src/exec/libcsupport/src/unixlibc.c b/c/src/exec/libcsupport/src/unixlibc.c
index 74b4eea360..2acd4fba8e 100644
--- a/c/src/exec/libcsupport/src/unixlibc.c
+++ b/c/src/exec/libcsupport/src/unixlibc.c
@@ -1,3 +1,7 @@
+/*
+ * $Id$
+ */
+
#if defined(RTEMS_UNIXLIB)
void libc_init(int reentrant)
diff --git a/c/src/exec/libcsupport/src/utsname.c b/c/src/exec/libcsupport/src/utsname.c
index b3ec71e87f..98b105023e 100644
--- a/c/src/exec/libcsupport/src/utsname.c
+++ b/c/src/exec/libcsupport/src/utsname.c
@@ -1,5 +1,6 @@
/* utsname.c
*
+ * $Id$
*/
#include <stdio.h>