summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/mips/timer
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1996-09-11 19:15:09 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1996-09-11 19:15:09 +0000
commit0971cd5b5a9ff352835d57164fad922b608db552 (patch)
tree90ca782ad3bddb0e64de02597abbe9e8c9d1f591 /c/src/lib/libcpu/mips/timer
parentadded $Id$ string to file header (diff)
downloadrtems-0971cd5b5a9ff352835d57164fad922b608db552.tar.bz2
added $ string to file header
Diffstat (limited to 'c/src/lib/libcpu/mips/timer')
-rw-r--r--c/src/lib/libcpu/mips/timer/gettime.S1
-rw-r--r--c/src/lib/libcpu/mips/timer/timer.c2
2 files changed, 2 insertions, 1 deletions
diff --git a/c/src/lib/libcpu/mips/timer/gettime.S b/c/src/lib/libcpu/mips/timer/gettime.S
index 2c97c6e66e..a00f2d5819 100644
--- a/c/src/lib/libcpu/mips/timer/gettime.S
+++ b/c/src/lib/libcpu/mips/timer/gettime.S
@@ -17,6 +17,7 @@
* Transition Networks makes no representations about the suitability
* of this software for any purpose.
*
+ * $Id$
*/
/* @(#)gettime.S 08/20/96 1.2 */
diff --git a/c/src/lib/libcpu/mips/timer/timer.c b/c/src/lib/libcpu/mips/timer/timer.c
index a141232229..4e3cfb06b0 100644
--- a/c/src/lib/libcpu/mips/timer/timer.c
+++ b/c/src/lib/libcpu/mips/timer/timer.c
@@ -35,7 +35,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.
*
- * timer.c,v 1.2 1995/05/31 16:56:39 joel Exp
+ * $Id$
*/
#ifndef lint