removed DEFS.h
authorRalph Campbell <ralph@ucbvax.Berkeley.EDU>
Mon, 27 Jul 1992 12:43:06 +0000 (04:43 -0800)
committerRalph Campbell <ralph@ucbvax.Berkeley.EDU>
Mon, 27 Jul 1992 12:43:06 +0000 (04:43 -0800)
SCCS-vsn: lib/libc/mips/string/bcmp.s 5.4
SCCS-vsn: lib/libc/mips/string/bcopy.s 5.4
SCCS-vsn: lib/libc/mips/string/bzero.s 5.3
SCCS-vsn: lib/libc/mips/string/ffs.s 5.3
SCCS-vsn: lib/libc/mips/string/index.s 5.3
SCCS-vsn: lib/libc/mips/string/rindex.s 5.3
SCCS-vsn: lib/libc/mips/string/strcmp.s 5.3
SCCS-vsn: lib/libc/mips/string/strlen.s 5.3
SCCS-vsn: lib/libc/mips/SYS.h 5.2

usr/src/lib/libc/mips/SYS.h
usr/src/lib/libc/mips/string/bcmp.s
usr/src/lib/libc/mips/string/bcopy.s
usr/src/lib/libc/mips/string/bzero.s
usr/src/lib/libc/mips/string/ffs.s
usr/src/lib/libc/mips/string/index.s
usr/src/lib/libc/mips/string/rindex.s
usr/src/lib/libc/mips/string/strcmp.s
usr/src/lib/libc/mips/string/strlen.s

index a86dc9e..528940c 100644 (file)
@@ -7,11 +7,11 @@
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- *     @(#)SYS.h       5.1 (Berkeley) %G%
+ *     @(#)SYS.h       5.2 (Berkeley) %G%
  */
 
 #include <sys/syscall.h>
  */
 
 #include <sys/syscall.h>
-#include "DEFS.h"
+#include <machine/machAsmDefs.h>
 
 /* vax/tahoe compat */
 #define        ret
 
 /* vax/tahoe compat */
 #define        ret
index 5f620a5..78db04a 100644 (file)
@@ -8,10 +8,10 @@
  * %sccs.include.redist.c%
  */
 
  * %sccs.include.redist.c%
  */
 
-#include "DEFS.h"
+#include <machine/machAsmDefs.h>
 
 #if defined(LIBC_SCCS) && !defined(lint)
 
 #if defined(LIBC_SCCS) && !defined(lint)
-       ASMSTR("@(#)bcmp.s      5.3 (Berkeley) %G%")
+       ASMSTR("@(#)bcmp.s      5.4 (Berkeley) %G%")
 #endif /* LIBC_SCCS and not lint */
 
 /* bcmp(s1, s2, n) */
 #endif /* LIBC_SCCS and not lint */
 
 /* bcmp(s1, s2, n) */
index e1801f9..0ca6828 100644 (file)
@@ -8,10 +8,10 @@
  * %sccs.include.redist.c%
  */
 
  * %sccs.include.redist.c%
  */
 
-#include "DEFS.h"
+#include <machine/machAsmDefs.h>
 
 #if defined(LIBC_SCCS) && !defined(lint)
 
 #if defined(LIBC_SCCS) && !defined(lint)
-       ASMSTR("@(#)bcopy.s     5.3 (Berkeley) %G%")
+       ASMSTR("@(#)bcopy.s     5.4 (Berkeley) %G%")
 #endif /* LIBC_SCCS and not lint */
 
 /* bcopy(s1, s2, n) */
 #endif /* LIBC_SCCS and not lint */
 
 /* bcopy(s1, s2, n) */
index 1172def..f98613c 100644 (file)
@@ -8,10 +8,10 @@
  * %sccs.include.redist.c%
  */
 
  * %sccs.include.redist.c%
  */
 
-#include "DEFS.h"
+#include <machine/machAsmDefs.h>
 
 #if defined(LIBC_SCCS) && !defined(lint)
 
 #if defined(LIBC_SCCS) && !defined(lint)
-       ASMSTR("@(#)bzero.s     5.2 (Berkeley) %G%")
+       ASMSTR("@(#)bzero.s     5.3 (Berkeley) %G%")
 #endif /* LIBC_SCCS and not lint */
 
 /* bzero(s1, n) */
 #endif /* LIBC_SCCS and not lint */
 
 /* bzero(s1, n) */
index 6af7cfe..4b66472 100644 (file)
@@ -8,10 +8,10 @@
  * %sccs.include.redist.c%
  */
 
  * %sccs.include.redist.c%
  */
 
-#include "DEFS.h"
+#include <machine/machAsmDefs.h>
 
 #if defined(LIBC_SCCS) && !defined(lint)
 
 #if defined(LIBC_SCCS) && !defined(lint)
-       ASMSTR("@(#)ffs.s       5.2 (Berkeley) %G%")
+       ASMSTR("@(#)ffs.s       5.3 (Berkeley) %G%")
 #endif /* LIBC_SCCS and not lint */
 
 /* bit = ffs(value) */
 #endif /* LIBC_SCCS and not lint */
 
 /* bit = ffs(value) */
index 34ef2fb..717cb27 100644 (file)
@@ -8,10 +8,10 @@
  * %sccs.include.redist.c%
  */
 
  * %sccs.include.redist.c%
  */
 
-#include "DEFS.h"
+#include <machine/machAsmDefs.h>
 
 #if defined(LIBC_SCCS) && !defined(lint)
 
 #if defined(LIBC_SCCS) && !defined(lint)
-       ASMSTR("@(#)index.s     5.2 (Berkeley) %G%")
+       ASMSTR("@(#)index.s     5.3 (Berkeley) %G%")
 #endif /* LIBC_SCCS and not lint */
 
 LEAF(index)
 #endif /* LIBC_SCCS and not lint */
 
 LEAF(index)
index 4908bd8..d27abff 100644 (file)
@@ -8,10 +8,10 @@
  * %sccs.include.redist.c%
  */
 
  * %sccs.include.redist.c%
  */
 
-#include "DEFS.h"
+#include <machine/machAsmDefs.h>
 
 #if defined(LIBC_SCCS) && !defined(lint)
 
 #if defined(LIBC_SCCS) && !defined(lint)
-       ASMSTR("@(#)rindex.s    5.2 (Berkeley) %G%")
+       ASMSTR("@(#)rindex.s    5.3 (Berkeley) %G%")
 #endif /* LIBC_SCCS and not lint */
 
 LEAF(rindex)
 #endif /* LIBC_SCCS and not lint */
 
 LEAF(rindex)
index 5af6253..f64ec4a 100644 (file)
@@ -8,10 +8,10 @@
  * %sccs.include.redist.c%
  */
 
  * %sccs.include.redist.c%
  */
 
-#include "DEFS.h"
+#include <machine/machAsmDefs.h>
 
 #if defined(LIBC_SCCS) && !defined(lint)
 
 #if defined(LIBC_SCCS) && !defined(lint)
-       ASMSTR("@(#)strcmp.s    5.2 (Berkeley) %G%")
+       ASMSTR("@(#)strcmp.s    5.3 (Berkeley) %G%")
 #endif /* LIBC_SCCS and not lint */
 
 /*
 #endif /* LIBC_SCCS and not lint */
 
 /*
index a11e7ac..bb69476 100644 (file)
@@ -8,10 +8,10 @@
  * %sccs.include.redist.c%
  */
 
  * %sccs.include.redist.c%
  */
 
-#include "DEFS.h"
+#include <machine/machAsmDefs.h>
 
 #if defined(LIBC_SCCS) && !defined(lint)
 
 #if defined(LIBC_SCCS) && !defined(lint)
-       ASMSTR("@(#)strlen.s    5.2 (Berkeley) %G%")
+       ASMSTR("@(#)strlen.s    5.3 (Berkeley) %G%")
 #endif /* LIBC_SCCS and not lint */
 
 LEAF(strlen)
 #endif /* LIBC_SCCS and not lint */
 
 LEAF(strlen)