can't use copyright string in libc, use std. LIBC_SCCS
authorMike Karels <karels@ucbvax.Berkeley.EDU>
Sat, 5 Dec 1987 01:43:14 +0000 (17:43 -0800)
committerMike Karels <karels@ucbvax.Berkeley.EDU>
Sat, 5 Dec 1987 01:43:14 +0000 (17:43 -0800)
SCCS-vsn: lib/libc/net/herror.c 6.1

usr/src/lib/libc/net/herror.c

index 9728df0..f88cfd7 100644 (file)
@@ -4,15 +4,9 @@
  * specifies the terms and conditions for redistribution.
  */
 
  * 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 <sys/types.h>
 #include <sys/uio.h>
 
 #include <sys/types.h>
 #include <sys/uio.h>