summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/mips/timer/timer.c
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/lib/libcpu/mips/timer/timer.c')
-rw-r--r--c/src/lib/libcpu/mips/timer/timer.c10
1 files changed, 7 insertions, 3 deletions
diff --git a/c/src/lib/libcpu/mips/timer/timer.c b/c/src/lib/libcpu/mips/timer/timer.c
index 4e3cfb06b0..c47507a371 100644
--- a/c/src/lib/libcpu/mips/timer/timer.c
+++ b/c/src/lib/libcpu/mips/timer/timer.c
@@ -38,9 +38,13 @@
* $Id$
*/
-#ifndef lint
-static char _sccsid[] = "@(#)timer.c 08/20/96 1.5\n";
-#endif
+/*
+ * Rather than deleting this, it is commented out to (hopefully) help
+ * the submitter send updates.
+ *
+ * static char _sccsid[] = "@(#)timer.c 08/20/96 1.5\n";
+ */
+
#include <rtems.h>
#include <bsp.h>