From: Mike Karels Date: Sat, 5 Dec 1987 01:43:14 +0000 (-0800) Subject: can't use copyright string in libc, use std. LIBC_SCCS X-Git-Tag: BSD-4_3_Net_1-Snapshot-Development~3201 X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/commitdiff_plain/ebfe781349c82c510e0bd51d6ebe5c7e9fad8d65 can't use copyright string in libc, use std. LIBC_SCCS SCCS-vsn: lib/libc/net/herror.c 6.1 --- 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