summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/mips
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1997-04-07 21:30:16 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1997-04-07 21:30:16 +0000
commit82478528de59b508f00f8aa97a9d0fcfefebcb38 (patch)
treeabe64bf9dc2d28ac9430befd455f085a248a5181 /c/src/lib/libcpu/mips
parentadded prototype and return statement to eliminate warnings. (diff)
downloadrtems-82478528de59b508f00f8aa97a9d0fcfefebcb38.tar.bz2
commented out sccs_id's to eliminate warnings.
Diffstat (limited to 'c/src/lib/libcpu/mips')
-rw-r--r--c/src/lib/libcpu/mips/clock/ckinit.c10
-rw-r--r--c/src/lib/libcpu/mips/timer/timer.c10
2 files changed, 14 insertions, 6 deletions
diff --git a/c/src/lib/libcpu/mips/clock/ckinit.c b/c/src/lib/libcpu/mips/clock/ckinit.c
index 9d30652376..020f386da6 100644
--- a/c/src/lib/libcpu/mips/clock/ckinit.c
+++ b/c/src/lib/libcpu/mips/clock/ckinit.c
@@ -31,9 +31,13 @@
* $Id$
*/
-#ifndef lint
-static char _sccsid[] = "@(#)ckinit.c 08/20/96 1.3\n";
-#endif
+/*
+ * Rather than deleting this, it is commented out to (hopefully) help
+ * the submitter send updates.
+ *
+ * static char _sccsid[] = "@(#)ckinit.c 08/20/96 1.3\n";
+ */
+
#include <stdlib.h>
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>