added LIBC_SCCS condition for sccs ids
authorKirk McKusick <mckusick@ucbvax.Berkeley.EDU>
Sun, 16 Mar 1986 08:40:35 +0000 (00:40 -0800)
committerKirk McKusick <mckusick@ucbvax.Berkeley.EDU>
Sun, 16 Mar 1986 08:40:35 +0000 (00:40 -0800)
SCCS-vsn: lib/libcompat/4.3/ecvt.c 5.1

usr/src/lib/libcompat/4.3/ecvt.c

index 061ebf2..668ceea 100644 (file)
@@ -1,4 +1,7 @@
-/* @(#)ecvt.c  4.1 (Berkeley) %G% */
+#if defined(LIBC_SCCS) && !defined(lint)
+static char sccsid[] = "@(#)ecvt.c     5.1 (Berkeley) %G%";
+#endif LIBC_SCCS and not lint
+
 /*
  *     ecvt converts to decimal
  *     the number of digits is specified by ndigit
 /*
  *     ecvt converts to decimal
  *     the number of digits is specified by ndigit