diff options
Diffstat (limited to 'lib/libc/alpha/string')
| -rw-r--r-- | lib/libc/alpha/string/Makefile.inc | 2 | ||||
| -rw-r--r-- | lib/libc/alpha/string/bcopy.S | 2 | ||||
| -rw-r--r-- | lib/libc/alpha/string/bzero.S | 2 | ||||
| -rw-r--r-- | lib/libc/alpha/string/ffs.S | 2 | ||||
| -rw-r--r-- | lib/libc/alpha/string/memcpy.S | 2 | ||||
| -rw-r--r-- | lib/libc/alpha/string/memmove.S | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/lib/libc/alpha/string/Makefile.inc b/lib/libc/alpha/string/Makefile.inc index 7bbcc8de10e9..97bf568e03b7 100644 --- a/lib/libc/alpha/string/Makefile.inc +++ b/lib/libc/alpha/string/Makefile.inc @@ -1,3 +1,3 @@ -# $FreeBSD$ +# $FreeBSD: src/lib/libc/alpha/string/Makefile.inc,v 1.2 1999/08/27 23:58:10 peter Exp $ MDSRCS+= bcopy.S bzero.S ffs.S memcpy.S memmove.S diff --git a/lib/libc/alpha/string/bcopy.S b/lib/libc/alpha/string/bcopy.S index dc230637fd16..8ccdd055e4b4 100644 --- a/lib/libc/alpha/string/bcopy.S +++ b/lib/libc/alpha/string/bcopy.S @@ -29,7 +29,7 @@ */ #include <machine/asm.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/alpha/string/bcopy.S,v 1.2 2003/01/19 00:17:03 obrien Exp $"); #if defined(MEMCOPY) || defined(MEMMOVE) #ifdef MEMCOPY diff --git a/lib/libc/alpha/string/bzero.S b/lib/libc/alpha/string/bzero.S index dd94200f5c02..9558040f3884 100644 --- a/lib/libc/alpha/string/bzero.S +++ b/lib/libc/alpha/string/bzero.S @@ -28,7 +28,7 @@ */ #include <machine/asm.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/alpha/string/bzero.S,v 1.2 2003/01/19 00:17:03 obrien Exp $"); LEAF(bzero,2) ble a1,bzero_done diff --git a/lib/libc/alpha/string/ffs.S b/lib/libc/alpha/string/ffs.S index 11147d607135..7d943e681a62 100644 --- a/lib/libc/alpha/string/ffs.S +++ b/lib/libc/alpha/string/ffs.S @@ -32,7 +32,7 @@ */ #include <machine/asm.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/alpha/string/ffs.S,v 1.2 2003/01/19 00:17:03 obrien Exp $"); LEAF(ffs, 1) addl a0, 0, t0 diff --git a/lib/libc/alpha/string/memcpy.S b/lib/libc/alpha/string/memcpy.S index ef50ab162905..28903b15bc34 100644 --- a/lib/libc/alpha/string/memcpy.S +++ b/lib/libc/alpha/string/memcpy.S @@ -2,7 +2,7 @@ #include <machine/asm.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/alpha/string/memcpy.S,v 1.2 2003/01/19 00:17:03 obrien Exp $"); #define MEMCOPY #include "bcopy.S" diff --git a/lib/libc/alpha/string/memmove.S b/lib/libc/alpha/string/memmove.S index ad80b1cda1d3..8cbbeada58e6 100644 --- a/lib/libc/alpha/string/memmove.S +++ b/lib/libc/alpha/string/memmove.S @@ -1,7 +1,7 @@ /* $NetBSD: memmove.S,v 1.1 1995/08/13 00:40:48 cgd Exp $ */ #include <machine/asm.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/alpha/string/memmove.S,v 1.2 2003/01/19 00:17:03 obrien Exp $"); #define MEMMOVE #include "bcopy.S" |
