From f60731f031d9b7fa505e1cc893e01e2ba0e6fb64 Mon Sep 17 00:00:00 2001 From: Keith Bostic Date: Sat, 28 Mar 1987 19:33:02 -0800 Subject: [PATCH] put LIBC_SCCS back SCCS-vsn: lib/libc/gen/ctime.c 5.8 --- usr/src/lib/libc/gen/ctime.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/usr/src/lib/libc/gen/ctime.c b/usr/src/lib/libc/gen/ctime.c index 1e2f7ab7fa..200605fafd 100644 --- a/usr/src/lib/libc/gen/ctime.c +++ b/usr/src/lib/libc/gen/ctime.c @@ -4,9 +4,9 @@ * specifies the terms and conditions for redistribution. */ -#ifndef lint -static char sccsid[] = "@(#)ctime.c 5.7 (Berkeley) %G%"; -#endif +#if defined(LIBC_SCCS) && !defined(lint) +static char sccsid[] = "@(#)ctime.c 5.8 (Berkeley) %G%"; +#endif LIBC_SCCS and not lint #include "sys/param.h" #include "sys/time.h" -- 2.20.1