$Id: $ -> $NetBSD: $

This commit is contained in:
jtc 1995-04-28 22:57:54 +00:00
parent 954b796156
commit 390695fb9c
15 changed files with 15 additions and 17 deletions

View File

@ -6,7 +6,7 @@
#include <machine/asm.h>
#if defined(LIBC_SCCS)
RCSID("$Id: bcmp.S,v 1.6 1995/04/28 22:53:59 jtc Exp $")
RCSID("$NetBSD: bcmp.S,v 1.7 1995/04/28 22:57:54 jtc Exp $")
#endif
ENTRY(bcmp)

View File

@ -31,14 +31,12 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $Id: bcopy.S,v 1.4 1994/03/12 01:39:56 jtc Exp $
*/
#include <machine/asm.h>
#if defined(LIBC_SCCS)
RCSID("$Id: bcopy.S,v 1.4 1994/03/12 01:39:56 jtc Exp $")
RCSID("$NetBSD: bcopy.S,v 1.5 1995/04/28 22:57:57 jtc Exp $")
#endif
/*

View File

@ -6,7 +6,7 @@
#include <machine/asm.h>
#if defined(LIBC_SCCS)
RCSID("$Id: bzero.S,v 1.7 1995/04/28 22:54:05 jtc Exp $")
RCSID("$NetBSD: bzero.S,v 1.8 1995/04/28 22:57:58 jtc Exp $")
#endif
ENTRY(bzero)

View File

@ -6,7 +6,7 @@
#include <machine/asm.h>
#if defined(LIBC_SCCS)
RCSID("$Id: ffs.S,v 1.6 1995/04/28 22:54:08 jtc Exp $")
RCSID("$NetBSD: ffs.S,v 1.7 1995/04/28 22:58:00 jtc Exp $")
#endif
ENTRY(ffs)

View File

@ -6,7 +6,7 @@
#include <machine/asm.h>
#if defined(LIBC_SCCS)
RCSID("$Id: index.S,v 1.7 1995/04/28 22:54:11 jtc Exp $")
RCSID("$NetBSD: index.S,v 1.8 1995/04/28 22:58:01 jtc Exp $")
#endif
#ifdef STRCHR

View File

@ -6,7 +6,7 @@
#include <machine/asm.h>
#if defined(LIBC_SCCS)
RCSID("$Id: memchr.S,v 1.7 1995/04/28 22:54:15 jtc Exp $")
RCSID("$NetBSD: memchr.S,v 1.8 1995/04/28 22:58:03 jtc Exp $")
#endif
ENTRY(memchr)

View File

@ -6,7 +6,7 @@
#include <machine/asm.h>
#if defined(LIBC_SCCS)
RCSID("$Id: memcmp.S,v 1.7 1995/04/28 22:54:18 jtc Exp $")
RCSID("$NetBSD: memcmp.S,v 1.8 1995/04/28 22:58:04 jtc Exp $")
#endif
ENTRY(memcmp)

View File

@ -6,7 +6,7 @@
#include <machine/asm.h>
#if defined(LIBC_SCCS)
RCSID("$Id: memset.S,v 1.7 1995/04/28 22:54:20 jtc Exp $")
RCSID("$NetBSD: memset.S,v 1.8 1995/04/28 22:58:05 jtc Exp $")
#endif
ENTRY(memset)

View File

@ -6,7 +6,7 @@
#include <machine/asm.h>
#if defined(LIBC_SCCS)
RCSID("$Id: rindex.S,v 1.8 1995/04/28 22:54:23 jtc Exp $")
RCSID("$NetBSD: rindex.S,v 1.9 1995/04/28 22:58:07 jtc Exp $")
#endif
#ifdef STRRCHR

View File

@ -6,7 +6,7 @@
#include <machine/asm.h>
#if defined(LIBC_SCCS)
RCSID("$Id: strcat.S,v 1.7 1995/04/28 22:54:26 jtc Exp $")
RCSID("$NetBSD: strcat.S,v 1.8 1995/04/28 22:58:09 jtc Exp $")
#endif
/*

View File

@ -6,7 +6,7 @@
#include <machine/asm.h>
#if defined(LIBC_SCCS)
RCSID("$Id: strcmp.S,v 1.10 1995/04/28 22:54:29 jtc Exp $")
RCSID("$NetBSD: strcmp.S,v 1.11 1995/04/28 22:58:10 jtc Exp $")
#endif
/*

View File

@ -6,7 +6,7 @@
#include <machine/asm.h>
#if defined(LIBC_SCCS)
RCSID("$Id: strcpy.S,v 1.7 1995/04/28 22:54:33 jtc Exp $")
RCSID("$NetBSD: strcpy.S,v 1.8 1995/04/28 22:58:12 jtc Exp $")
#endif
/*

View File

@ -6,7 +6,7 @@
#include <machine/asm.h>
#if defined(LIBC_SCCS)
RCSID("$Id: strlen.S,v 1.5 1995/04/28 22:54:35 jtc Exp $")
RCSID("$NetBSD: strlen.S,v 1.6 1995/04/28 22:58:13 jtc Exp $")
#endif
ENTRY(strlen)

View File

@ -6,7 +6,7 @@
#include <machine/asm.h>
#if defined(LIBC_SCCS)
RCSID("$Id: strncmp.S,v 1.10 1995/04/28 22:54:37 jtc Exp $")
RCSID("$NetBSD: strncmp.S,v 1.11 1995/04/28 22:58:14 jtc Exp $")
#endif
/*

View File

@ -6,7 +6,7 @@
#include <machine/asm.h>
#if defined(LIBC_SCCS)
RCSID("$Id: swab.S,v 1.8 1995/04/28 22:54:38 jtc Exp $")
RCSID("$NetBSD: swab.S,v 1.9 1995/04/28 22:58:16 jtc Exp $")
#endif
/*