written by Kirk McKusick and Sam Leffler; add Berkeley specific header
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Thu, 26 May 1988 08:14:18 +0000 (00:14 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Thu, 26 May 1988 08:14:18 +0000 (00:14 -0800)
SCCS-vsn: lib/libc/vax/gen/_setjmp.s 5.6
SCCS-vsn: lib/libc/vax/stdlib/atof.s 5.4
SCCS-vsn: lib/libc/vax/string/bcmp.s 5.4
SCCS-vsn: lib/libc/vax/string/bcopy.s 5.4
SCCS-vsn: lib/libc/vax/string/bzero.s 5.4
SCCS-vsn: lib/libc/vax/gen/fabs.s 5.3
SCCS-vsn: lib/libc/vax/string/ffs.s 5.4
SCCS-vsn: lib/libc/vax/gen/frexp.s 5.4
SCCS-vsn: lib/libc/vax/string/index.s 5.4
SCCS-vsn: lib/libcompat/4.3/vax/insque.s 5.4
SCCS-vsn: lib/libc/vax/gen/ldexp.s 5.3
SCCS-vsn: lib/libc/vax/gen/modf.s 5.3
SCCS-vsn: lib/libcompat/4.3/vax/remque.s 5.4
SCCS-vsn: lib/libc/vax/string/rindex.s 5.4
SCCS-vsn: lib/libc/vax/gen/setjmp.s 5.7
SCCS-vsn: lib/libc/vax/string/strcat.s 5.4
SCCS-vsn: lib/libc/vax/string/strcmp.s 5.4
SCCS-vsn: lib/libc/vax/string/strcpy.s 5.4
SCCS-vsn: lib/libc/vax/string/strlen.s 5.4
SCCS-vsn: lib/libc/vax/string/strncat.s 5.4
SCCS-vsn: lib/libc/vax/string/strncmp.s 5.4
SCCS-vsn: lib/libc/vax/string/strncpy.s 5.4

22 files changed:
usr/src/lib/libc/vax/gen/_setjmp.s
usr/src/lib/libc/vax/gen/fabs.s
usr/src/lib/libc/vax/gen/frexp.s
usr/src/lib/libc/vax/gen/ldexp.s
usr/src/lib/libc/vax/gen/modf.s
usr/src/lib/libc/vax/gen/setjmp.s
usr/src/lib/libc/vax/stdlib/atof.s
usr/src/lib/libc/vax/string/bcmp.s
usr/src/lib/libc/vax/string/bcopy.s
usr/src/lib/libc/vax/string/bzero.s
usr/src/lib/libc/vax/string/ffs.s
usr/src/lib/libc/vax/string/index.s
usr/src/lib/libc/vax/string/rindex.s
usr/src/lib/libc/vax/string/strcat.s
usr/src/lib/libc/vax/string/strcmp.s
usr/src/lib/libc/vax/string/strcpy.s
usr/src/lib/libc/vax/string/strlen.s
usr/src/lib/libc/vax/string/strncat.s
usr/src/lib/libc/vax/string/strncmp.s
usr/src/lib/libc/vax/string/strncpy.s
usr/src/lib/libcompat/4.3/vax/insque.s
usr/src/lib/libcompat/4.3/vax/remque.s

index 05e1969..34f5ce2 100644 (file)
@@ -1,13 +1,18 @@
 /*
  * Copyright (c) 1980 Regents of the University of California.
 /*
  * Copyright (c) 1980 Regents of the University of California.
- * All rights reserved.  The Berkeley software License Agreement
- * specifies the terms and conditions for redistribution.
+ * All rights reserved.
+ *
+ * Redistribution and use in source and binary forms are permitted
+ * provided that this notice is preserved and that due credit is given
+ * to the University of California at Berkeley. The name of the University
+ * may not be used to endorse or promote products derived from this
+ * software without specific written prior permission. This software
+ * is provided ``as is'' without express or implied warranty.
  */
 
  */
 
-#ifdef LIBC_SCCS
-       .asciz  "@(#)_setjmp.s  5.5 (Berkeley) %G%"
-#endif LIBC_SCCS
-
+#if defined(SYSLIBC_SCCS) && !defined(lint)
+_sccsid:.asciz "@(#)_setjmp.s  5.6 (Berkeley) %G%"
+#endif /* SYSLIBC_SCCS and not lint */
 
 /*
  * C library -- _setjmp, _longjmp
 
 /*
  * C library -- _setjmp, _longjmp
index 926b338..7f00d01 100644 (file)
@@ -1,6 +1,18 @@
-#ifdef LIBC_SCCS
-       .asciz  "@(#)fabs.s     5.2 (Berkeley) %G%"
-#endif LIBC_SCCS
+/*
+ * Copyright (c) 1983 Regents of the University of California.
+ * All rights reserved.
+ *
+ * Redistribution and use in source and binary forms are permitted
+ * provided that this notice is preserved and that due credit is given
+ * to the University of California at Berkeley. The name of the University
+ * may not be used to endorse or promote products derived from this
+ * software without specific written prior permission. This software
+ * is provided ``as is'' without express or implied warranty.
+ */
+
+#if defined(SYSLIBC_SCCS) && !defined(lint)
+_sccsid:.asciz "@(#)fabs.s     5.3 (Berkeley) %G%"
+#endif /* SYSLIBC_SCCS and not lint */
 
 /* fabs - floating absolute value */
 
 
 /* fabs - floating absolute value */
 
index fcb79d1..f600c1c 100644 (file)
@@ -1,12 +1,18 @@
 /*
  * Copyright (c) 1980 Regents of the University of California.
 /*
  * Copyright (c) 1980 Regents of the University of California.
- * All rights reserved.  The Berkeley software License Agreement
- * specifies the terms and conditions for redistribution.
+ * All rights reserved.
+ *
+ * Redistribution and use in source and binary forms are permitted
+ * provided that this notice is preserved and that due credit is given
+ * to the University of California at Berkeley. The name of the University
+ * may not be used to endorse or promote products derived from this
+ * software without specific written prior permission. This software
+ * is provided ``as is'' without express or implied warranty.
  */
 
  */
 
-#ifdef LIBC_SCCS
-       .asciz  "@(#)frexp.s    5.3 (Berkeley) %G%"
-#endif LIBC_SCCS
+#if defined(SYSLIBC_SCCS) && !defined(lint)
+_sccsid:.asciz "@(#)frexp.s    5.4 (Berkeley) %G%"
+#endif /* SYSLIBC_SCCS and not lint */
 
 /* C library -- frexp(value, eptr) */
 
 
 /* C library -- frexp(value, eptr) */
 
index eddd26c..a6cba82 100644 (file)
@@ -1,6 +1,18 @@
-#ifdef LIBC_SCCS
-       .asciz  "@(#)ldexp.s    5.2 (Berkeley) %G%"
-#endif LIBC_SCCS
+/*
+ * Copyright (c) 1983 Regents of the University of California.
+ * All rights reserved.
+ *
+ * Redistribution and use in source and binary forms are permitted
+ * provided that this notice is preserved and that due credit is given
+ * to the University of California at Berkeley. The name of the University
+ * may not be used to endorse or promote products derived from this
+ * software without specific written prior permission. This software
+ * is provided ``as is'' without express or implied warranty.
+ */
+
+#if defined(SYSLIBC_SCCS) && !defined(lint)
+_sccsid:.asciz "@(#)ldexp.s    5.3 (Berkeley) %G%"
+#endif /* SYSLIBC_SCCS and not lint */
 
 /*
  * double ldexp (value, exp)
 
 /*
  * double ldexp (value, exp)
index 89f5fe2..2c163b2 100644 (file)
@@ -1,6 +1,18 @@
-#ifdef LIBC_SCCS
-       .asciz  "@(#)modf.s     5.2 (Berkeley) %G%"
-#endif LIBC_SCCS
+/*
+ * Copyright (c) 1983 Regents of the University of California.
+ * All rights reserved.
+ *
+ * Redistribution and use in source and binary forms are permitted
+ * provided that this notice is preserved and that due credit is given
+ * to the University of California at Berkeley. The name of the University
+ * may not be used to endorse or promote products derived from this
+ * software without specific written prior permission. This software
+ * is provided ``as is'' without express or implied warranty.
+ */
+
+#if defined(SYSLIBC_SCCS) && !defined(lint)
+_sccsid:.asciz "@(#)modf.s     5.3 (Berkeley) %G%"
+#endif /* SYSLIBC_SCCS and not lint */
 
 /*
  * double modf (value, iptr)
 
 /*
  * double modf (value, iptr)
index afde96f..1854a16 100644 (file)
@@ -1,12 +1,18 @@
 /*
  * 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.
+ *
+ * Redistribution and use in source and binary forms are permitted
+ * provided that this notice is preserved and that due credit is given
+ * to the University of California at Berkeley. The name of the University
+ * may not be used to endorse or promote products derived from this
+ * software without specific written prior permission. This software
+ * is provided ``as is'' without express or implied warranty.
  */
 
  */
 
-#ifdef LIBC_SCCS
-       .asciz  "@(#)setjmp.s   5.6 (Berkeley) %G%"
-#endif LIBC_SCCS
+#if defined(SYSLIBC_SCCS) && !defined(lint)
+_sccsid:.asciz "@(#)setjmp.s   5.7 (Berkeley) %G%"
+#endif /* SYSLIBC_SCCS and not lint */
 
 /*
  * C library -- setjmp, longjmp
 
 /*
  * C library -- setjmp, longjmp
index 5193653..3b559b4 100644 (file)
@@ -1,12 +1,18 @@
 /*
  * Copyright (c) 1980 Regents of the University of California.
 /*
  * Copyright (c) 1980 Regents of the University of California.
- * All rights reserved.  The Berkeley software License Agreement
- * specifies the terms and conditions for redistribution.
+ * All rights reserved.
+ *
+ * Redistribution and use in source and binary forms are permitted
+ * provided that this notice is preserved and that due credit is given
+ * to the University of California at Berkeley. The name of the University
+ * may not be used to endorse or promote products derived from this
+ * software without specific written prior permission. This software
+ * is provided ``as is'' without express or implied warranty.
  */
 
  */
 
-#ifdef LIBC_SCCS
-       .asciz  "@(#)atof.s     5.3 (Berkeley) %G%"
-#endif LIBC_SCCS
+#if defined(SYSLIBC_SCCS) && !defined(lint)
+_sccsid:.asciz "@(#)atof.s     5.4 (Berkeley) %G%"
+#endif /* SYSLIBC_SCCS and not lint */
 
 #include "DEFS.h"
 
 
 #include "DEFS.h"
 
index c066927..0ff40d9 100644 (file)
@@ -1,12 +1,18 @@
 /*
  * 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.
+ *
+ * Redistribution and use in source and binary forms are permitted
+ * provided that this notice is preserved and that due credit is given
+ * to the University of California at Berkeley. The name of the University
+ * may not be used to endorse or promote products derived from this
+ * software without specific written prior permission. This software
+ * is provided ``as is'' without express or implied warranty.
  */
 
  */
 
-#ifdef LIBC_SCCS
-       .asciz  "@(#)bcmp.s     5.3 (Berkeley) %G%"
-#endif LIBC_SCCS
+#if defined(SYSLIBC_SCCS) && !defined(lint)
+_sccsid:.asciz "@(#)bcmp.s     5.4 (Berkeley) %G%"
+#endif /* SYSLIBC_SCCS and not lint */
 
 /* bcmp(s1, s2, n) */
 
 
 /* bcmp(s1, s2, n) */
 
index 3944784..185711f 100644 (file)
@@ -1,12 +1,18 @@
 /*
  * 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.
+ *
+ * Redistribution and use in source and binary forms are permitted
+ * provided that this notice is preserved and that due credit is given
+ * to the University of California at Berkeley. The name of the University
+ * may not be used to endorse or promote products derived from this
+ * software without specific written prior permission. This software
+ * is provided ``as is'' without express or implied warranty.
  */
 
  */
 
-#ifdef LIBC_SCCS
-       .asciz  "@(#)bcopy.s    5.3 (Berkeley) %G%"
-#endif LIBC_SCCS
+#if defined(SYSLIBC_SCCS) && !defined(lint)
+_sccsid:.asciz "@(#)bcopy.s    5.4 (Berkeley) %G%"
+#endif /* SYSLIBC_SCCS and not lint */
 
 /* bcopy(from, to, size) */
 
 
 /* bcopy(from, to, size) */
 
index 06882ce..f61cb01 100644 (file)
@@ -1,12 +1,18 @@
 /*
  * 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.
+ *
+ * Redistribution and use in source and binary forms are permitted
+ * provided that this notice is preserved and that due credit is given
+ * to the University of California at Berkeley. The name of the University
+ * may not be used to endorse or promote products derived from this
+ * software without specific written prior permission. This software
+ * is provided ``as is'' without express or implied warranty.
  */
 
  */
 
-#ifdef LIBC_SCCS
-       .asciz  "@(#)bzero.s    5.3 (Berkeley) %G%"
-#endif LIBC_SCCS
+#if defined(SYSLIBC_SCCS) && !defined(lint)
+_sccsid:.asciz "@(#)bzero.s    5.4 (Berkeley) %G%"
+#endif /* SYSLIBC_SCCS and not lint */
 
 /* bzero(base, length) */
 
 
 /* bzero(base, length) */
 
index f349d4f..1536b6e 100644 (file)
@@ -1,12 +1,18 @@
 /*
  * 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.
+ *
+ * Redistribution and use in source and binary forms are permitted
+ * provided that this notice is preserved and that due credit is given
+ * to the University of California at Berkeley. The name of the University
+ * may not be used to endorse or promote products derived from this
+ * software without specific written prior permission. This software
+ * is provided ``as is'' without express or implied warranty.
  */
 
  */
 
-#ifdef LIBC_SCCS
-       .asciz  "@(#)ffs.s      5.3 (Berkeley) %G%"
-#endif LIBC_SCCS
+#if defined(SYSLIBC_SCCS) && !defined(lint)
+_sccsid:.asciz "@(#)ffs.s      5.4 (Berkeley) %G%"
+#endif /* SYSLIBC_SCCS and not lint */
 
 /* bit = ffs(value) */
 
 
 /* bit = ffs(value) */
 
index 0f9c09c..796cf8a 100644 (file)
@@ -1,12 +1,18 @@
 /*
  * Copyright (c) 1980 Regents of the University of California.
 /*
  * Copyright (c) 1980 Regents of the University of California.
- * All rights reserved.  The Berkeley software License Agreement
- * specifies the terms and conditions for redistribution.
+ * All rights reserved.
+ *
+ * Redistribution and use in source and binary forms are permitted
+ * provided that this notice is preserved and that due credit is given
+ * to the University of California at Berkeley. The name of the University
+ * may not be used to endorse or promote products derived from this
+ * software without specific written prior permission. This software
+ * is provided ``as is'' without express or implied warranty.
  */
 
  */
 
-#ifdef LIBC_SCCS
-       .asciz  "@(#)index.s    5.3 (Berkeley) %G%"
-#endif LIBC_SCCS
+#if defined(SYSLIBC_SCCS) && !defined(lint)
+_sccsid:.asciz "@(#)index.s    5.4 (Berkeley) %G%"
+#endif /* SYSLIBC_SCCS and not lint */
 
 /*
  * Find the first occurence of c in the string cp.
 
 /*
  * Find the first occurence of c in the string cp.
index a7e4f6f..87ba80f 100644 (file)
@@ -1,12 +1,18 @@
 /*
  * 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.
+ *
+ * Redistribution and use in source and binary forms are permitted
+ * provided that this notice is preserved and that due credit is given
+ * to the University of California at Berkeley. The name of the University
+ * may not be used to endorse or promote products derived from this
+ * software without specific written prior permission. This software
+ * is provided ``as is'' without express or implied warranty.
  */
 
  */
 
-#ifdef LIBC_SCCS
-       .asciz  "@(#)rindex.s   5.3 (Berkeley) %G%"
-#endif LIBC_SCCS
+#if defined(SYSLIBC_SCCS) && !defined(lint)
+_sccsid:.asciz "@(#)rindex.s   5.4 (Berkeley) %G%"
+#endif /* SYSLIBC_SCCS and not lint */
 
 /*
  * Find the last occurence of c in the string cp.
 
 /*
  * Find the last occurence of c in the string cp.
index b5ee3bd..eb13ae7 100644 (file)
@@ -1,12 +1,18 @@
 /*
  * 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.
+ *
+ * Redistribution and use in source and binary forms are permitted
+ * provided that this notice is preserved and that due credit is given
+ * to the University of California at Berkeley. The name of the University
+ * may not be used to endorse or promote products derived from this
+ * software without specific written prior permission. This software
+ * is provided ``as is'' without express or implied warranty.
  */
 
  */
 
-#ifdef LIBC_SCCS
-       .asciz  "@(#)strcat.s   5.3 (Berkeley) %G%"
-#endif LIBC_SCCS
+#if defined(SYSLIBC_SCCS) && !defined(lint)
+_sccsid:.asciz "@(#)strcat.s   5.4 (Berkeley) %G%"
+#endif /* SYSLIBC_SCCS and not lint */
 
 /*
  * Concatenate string s2 to the end of s1
 
 /*
  * Concatenate string s2 to the end of s1
index 618a424..e61f83c 100644 (file)
@@ -1,12 +1,18 @@
 /*
  * 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.
+ *
+ * Redistribution and use in source and binary forms are permitted
+ * provided that this notice is preserved and that due credit is given
+ * to the University of California at Berkeley. The name of the University
+ * may not be used to endorse or promote products derived from this
+ * software without specific written prior permission. This software
+ * is provided ``as is'' without express or implied warranty.
  */
 
  */
 
-#ifdef LIBC_SCCS
-       .asciz  "@(#)strcmp.s   5.3 (Berkeley) %G%"
-#endif LIBC_SCCS
+#if defined(SYSLIBC_SCCS) && !defined(lint)
+_sccsid:.asciz "@(#)strcmp.s   5.4 (Berkeley) %G%"
+#endif /* SYSLIBC_SCCS and not lint */
 
 /*
  * Compare string s1 lexicographically to string s2.
 
 /*
  * Compare string s1 lexicographically to string s2.
index 2f461f6..a072779 100644 (file)
@@ -1,12 +1,18 @@
 /*
  * 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.
+ *
+ * Redistribution and use in source and binary forms are permitted
+ * provided that this notice is preserved and that due credit is given
+ * to the University of California at Berkeley. The name of the University
+ * may not be used to endorse or promote products derived from this
+ * software without specific written prior permission. This software
+ * is provided ``as is'' without express or implied warranty.
  */
 
  */
 
-#ifdef LIBC_SCCS
-       .asciz  "@(#)strcpy.s   5.3 (Berkeley) %G%"
-#endif LIBC_SCCS
+#if defined(SYSLIBC_SCCS) && !defined(lint)
+_sccsid:.asciz "@(#)strcpy.s   5.4 (Berkeley) %G%"
+#endif /* SYSLIBC_SCCS and not lint */
 
 /*
  * Copy string s2 over top of s1.
 
 /*
  * Copy string s2 over top of s1.
index 56ee086..f527cb4 100644 (file)
@@ -1,12 +1,18 @@
 /*
  * 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.
+ *
+ * Redistribution and use in source and binary forms are permitted
+ * provided that this notice is preserved and that due credit is given
+ * to the University of California at Berkeley. The name of the University
+ * may not be used to endorse or promote products derived from this
+ * software without specific written prior permission. This software
+ * is provided ``as is'' without express or implied warranty.
  */
 
  */
 
-#ifdef LIBC_SCCS
-       .asciz  "@(#)strlen.s   5.3 (Berkeley) %G%"
-#endif LIBC_SCCS
+#if defined(SYSLIBC_SCCS) && !defined(lint)
+_sccsid:.asciz "@(#)strlen.s   5.4 (Berkeley) %G%"
+#endif /* SYSLIBC_SCCS and not lint */
 
 /*
  * Return the length of cp (not counting '\0').
 
 /*
  * Return the length of cp (not counting '\0').
index 327f2f6..cae5383 100644 (file)
@@ -1,12 +1,18 @@
 /*
  * 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.
+ *
+ * Redistribution and use in source and binary forms are permitted
+ * provided that this notice is preserved and that due credit is given
+ * to the University of California at Berkeley. The name of the University
+ * may not be used to endorse or promote products derived from this
+ * software without specific written prior permission. This software
+ * is provided ``as is'' without express or implied warranty.
  */
 
  */
 
-#ifdef LIBC_SCCS
-       .asciz  "@(#)strncat.s  5.3 (Berkeley) %G%"
-#endif LIBC_SCCS
+#if defined(SYSLIBC_SCCS) && !defined(lint)
+_sccsid:.asciz "@(#)strncat.s  5.4 (Berkeley) %G%"
+#endif /* SYSLIBC_SCCS and not lint */
 
 /*
  * Concatenate string s2 on the end of s1
 
 /*
  * Concatenate string s2 on the end of s1
index 6d78f41..8993732 100644 (file)
@@ -1,12 +1,18 @@
 /*
  * 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.
+ *
+ * Redistribution and use in source and binary forms are permitted
+ * provided that this notice is preserved and that due credit is given
+ * to the University of California at Berkeley. The name of the University
+ * may not be used to endorse or promote products derived from this
+ * software without specific written prior permission. This software
+ * is provided ``as is'' without express or implied warranty.
  */
 
  */
 
-#ifdef LIBC_SCCS
-       .asciz  "@(#)strncmp.s  5.3 (Berkeley) %G%"
-#endif LIBC_SCCS
+#if defined(SYSLIBC_SCCS) && !defined(lint)
+_sccsid:.asciz "@(#)strncmp.s  5.4 (Berkeley) %G%"
+#endif /* SYSLIBC_SCCS and not lint */
 
 /*
  * Compare at most n characters of string
 
 /*
  * Compare at most n characters of string
index e45b947..09cf4ce 100644 (file)
@@ -1,12 +1,18 @@
 /*
  * 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.
+ *
+ * Redistribution and use in source and binary forms are permitted
+ * provided that this notice is preserved and that due credit is given
+ * to the University of California at Berkeley. The name of the University
+ * may not be used to endorse or promote products derived from this
+ * software without specific written prior permission. This software
+ * is provided ``as is'' without express or implied warranty.
  */
 
  */
 
-#ifdef LIBC_SCCS
-       .asciz  "@(#)strncpy.s  5.3 (Berkeley) %G%"
-#endif LIBC_SCCS
+#if defined(SYSLIBC_SCCS) && !defined(lint)
+_sccsid:.asciz "@(#)strncpy.s  5.4 (Berkeley) %G%"
+#endif /* SYSLIBC_SCCS and not lint */
 
 /*
  * Copy string s2 over top of string s1.
 
 /*
  * Copy string s2 over top of string s1.
index da744d1..5689dd9 100644 (file)
@@ -1,12 +1,18 @@
 /*
  * 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.
+ *
+ * Redistribution and use in source and binary forms are permitted
+ * provided that this notice is preserved and that due credit is given
+ * to the University of California at Berkeley. The name of the University
+ * may not be used to endorse or promote products derived from this
+ * software without specific written prior permission. This software
+ * is provided ``as is'' without express or implied warranty.
  */
 
  */
 
-#ifdef LIBC_SCCS
-       .asciz  "@(#)insque.s   5.3 (Berkeley) %G%"
-#endif LIBC_SCCS
+#if defined(SYSLIBC_SCCS) && !defined(lint)
+_sccsid:.asciz "@(#)insque.s   5.4 (Berkeley) %G%"
+#endif /* SYSLIBC_SCCS and not lint */
 
 /* insque(new, pred) */
 
 
 /* insque(new, pred) */
 
index 9f9bb35..ce40ef3 100644 (file)
@@ -1,12 +1,18 @@
 /*
  * 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.
+ *
+ * Redistribution and use in source and binary forms are permitted
+ * provided that this notice is preserved and that due credit is given
+ * to the University of California at Berkeley. The name of the University
+ * may not be used to endorse or promote products derived from this
+ * software without specific written prior permission. This software
+ * is provided ``as is'' without express or implied warranty.
  */
 
  */
 
-#ifdef LIBC_SCCS
-       .asciz  "@(#)remque.s   5.3 (Berkeley) %G%"
-#endif LIBC_SCCS
+#if defined(SYSLIBC_SCCS) && !defined(lint)
+_sccsid:.asciz "@(#)remque.s   5.4 (Berkeley) %G%"
+#endif /* SYSLIBC_SCCS and not lint */
 
 /* remque(entry) */
 
 
 /* remque(entry) */