added LIBC_SCCS condition for sccs ids
[unix-history] / usr / src / lib / libc / vax / string / strcpy.s
index 48a268c..2f461f6 100644 (file)
@@ -4,9 +4,9 @@
  * specifies the terms and conditions for redistribution.
  */
 
  * specifies the terms and conditions for redistribution.
  */
 
-#ifndef lint
-       .asciz  "@(#)strcpy.s   5.2 (Berkeley) %G%"
-#endif not lint
+#ifdef LIBC_SCCS
+       .asciz  "@(#)strcpy.s   5.3 (Berkeley) %G%"
+#endif LIBC_SCCS
 
 /*
  * Copy string s2 over top of s1.
 
 /*
  * Copy string s2 over top of s1.