From 82478528de59b508f00f8aa97a9d0fcfefebcb38 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 7 Apr 1997 21:30:16 +0000 Subject: commented out sccs_id's to eliminate warnings. --- c/src/lib/libcpu/mips/clock/ckinit.c | 10 +++++++--- c/src/lib/libcpu/mips/timer/timer.c | 10 +++++++--- 2 files changed, 14 insertions(+), 6 deletions(-) (limited to 'c/src/lib/libcpu/mips') 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 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 #include -- cgit v1.2.3