Add copyright
authorKirk McKusick <mckusick@ucbvax.Berkeley.EDU>
Thu, 6 Jun 1985 09:54:28 +0000 (01:54 -0800)
committerKirk McKusick <mckusick@ucbvax.Berkeley.EDU>
Thu, 6 Jun 1985 09:54:28 +0000 (01:54 -0800)
SCCS-vsn: lib/libc/vax/gen/fabs.s 5.1
SCCS-vsn: lib/libc/vax/gen/ldexp.s 5.1
SCCS-vsn: lib/libc/vax/gen/modf.s 5.1
SCCS-vsn: lib/libc/vax/gen/udiv.s 5.1
SCCS-vsn: lib/libc/vax/gen/urem.s 5.1

usr/src/lib/libc/vax/gen/fabs.s
usr/src/lib/libc/vax/gen/ldexp.s
usr/src/lib/libc/vax/gen/modf.s
usr/src/lib/libc/vax/gen/udiv.s
usr/src/lib/libc/vax/gen/urem.s

index 948632e..e7c81d7 100644 (file)
@@ -1,4 +1,7 @@
-/*     fabs.s  4.2     84/11/01        */
+#ifndef lint
+       .asciz  "@(#)fabs.s     5.1 (Berkeley) %G%"
+#endif not lint
+
 /* fabs - floating absolute value */
 
 #include "DEFS.h"
 /* fabs - floating absolute value */
 
 #include "DEFS.h"
index 7e2a530..4138736 100644 (file)
@@ -1,4 +1,6 @@
-/*     ldexp.s 4.2     84/11/01        */
+#ifndef lint
+       .asciz  "@(#)ldexp.s    5.1 (Berkeley) %G%"
+#endif not lint
 
 /*
  * double ldexp (value, exp)
 
 /*
  * double ldexp (value, exp)
index ba57d5c..26d2f15 100644 (file)
@@ -1,4 +1,6 @@
-/*     modf.s  4.2     84/11/01        */
+#ifndef lint
+       .asciz  "@(#)modf.s     5.1 (Berkeley) %G%"
+#endif not lint
 
 /*
  * double modf (value, iptr)
 
 /*
  * double modf (value, iptr)
index d6b69b5..a35cdb7 100644 (file)
@@ -1,4 +1,6 @@
-/*     udiv.s  4.4     85/01/16        */
+#ifndef lint
+       .asciz  "@(#)udiv.s     5.1 (Berkeley) %G%"
+#endif not lint
 
 /*
  * udiv - unsigned division for vax-11
 
 /*
  * udiv - unsigned division for vax-11
index cb9d3c7..f75128c 100644 (file)
@@ -1,4 +1,6 @@
-/*     urem.s  4.4     85/01/16        */
+#ifndef lint
+       .asciz  "@(#)urem.s     5.1 (Berkeley) %G%"
+#endif not lint
 
 /*
  * urem - unsigned remainder for vax-11
 
 /*
  * urem - unsigned remainder for vax-11