new copyright notice
[unix-history] / usr / src / lib / libc / vax / string / ffs.s
index f349d4f..c06ab4d 100644 (file)
@@ -1,12 +1,13 @@
 /*
  * Copyright (c) 1983 Regents of the University of California.
 /*
  * Copyright (c) 1983 Regents of the University of California.
- * All rights reserved.  The Berkeley software License Agreement
- * specifies the terms and conditions for redistribution.
+ * All rights reserved.
+ *
+ * %sccs.include.redist.c%
  */
 
  */
 
-#ifdef LIBC_SCCS
-       .asciz  "@(#)ffs.s      5.3 (Berkeley) %G%"
-#endif LIBC_SCCS
+#if defined(LIBC_SCCS) && !defined(lint)
+       .asciz "@(#)ffs.s       5.6 (Berkeley) %G%"
+#endif /* LIBC_SCCS and not lint */
 
 /* bit = ffs(value) */
 
 
 /* bit = ffs(value) */