From ebfe781349c82c510e0bd51d6ebe5c7e9fad8d65 Mon Sep 17 00:00:00 2001 From: Mike Karels Date: Fri, 4 Dec 1987 17:43:14 -0800 Subject: [PATCH] can't use copyright string in libc, use std. LIBC_SCCS SCCS-vsn: lib/libc/net/herror.c 6.1 --- usr/src/lib/libc/net/herror.c | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/usr/src/lib/libc/net/herror.c b/usr/src/lib/libc/net/herror.c index 9728df0a07..f88cfd786d 100644 --- a/usr/src/lib/libc/net/herror.c +++ b/usr/src/lib/libc/net/herror.c @@ -4,15 +4,9 @@ * specifies the terms and conditions for redistribution. */ -#ifndef lint -char copyright[] = -"@(#) Copyright (c) 1987 Regents of the University of California.\n\ - All rights reserved.\n"; -#endif /* !lint */ - -#ifndef lint -static char sccsid[] = "@(#)herror.c 1.2 (Berkeley) %G%"; -#endif /* !lint */ +#if defined(LIBC_SCCS) && !defined(lint) +static char sccsid[] = "@(#)herror.c 6.1 (Berkeley) %G%"; +#endif LIBC_SCCS and not lint #include #include -- 2.20.1