diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2003-04-03 18:49:23 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2003-04-03 18:49:23 +0000 |
| commit | 0c0b5822358eaf1f5f5f2ac45e5ce80b4508637c (patch) | |
| tree | 3f94fcd87f6b3c83203ae64a2a578e8ab0610752 /lib/csu/alpha | |
| parent | 8127c559e6dc8408901224c75bf62c8e476f3e83 (diff) | |
Diffstat (limited to 'lib/csu/alpha')
| -rw-r--r-- | lib/csu/alpha/Makefile | 2 | ||||
| -rw-r--r-- | lib/csu/alpha/crt1.c | 2 | ||||
| -rw-r--r-- | lib/csu/alpha/crti.S | 2 | ||||
| -rw-r--r-- | lib/csu/alpha/crtn.S | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/lib/csu/alpha/Makefile b/lib/csu/alpha/Makefile index 93cc03accb1f..603c3c96b85b 100644 --- a/lib/csu/alpha/Makefile +++ b/lib/csu/alpha/Makefile @@ -1,5 +1,5 @@ # -# $FreeBSD$ +# $FreeBSD: src/lib/csu/alpha/Makefile,v 1.11.2.4 2002/08/07 16:31:47 ru Exp $ # SRCS= crt1.c crti.S crtn.S diff --git a/lib/csu/alpha/crt1.c b/lib/csu/alpha/crt1.c index 73ffe0acd460..da06fbfe3165 100644 --- a/lib/csu/alpha/crt1.c +++ b/lib/csu/alpha/crt1.c @@ -110,5 +110,5 @@ __asm__(".previous"); */ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/lib/csu/alpha/crt1.c,v 1.7.2.2 2001/08/01 09:30:36 obrien Exp $"; #endif diff --git a/lib/csu/alpha/crti.S b/lib/csu/alpha/crti.S index d26ce7076a06..4102aff9509d 100644 --- a/lib/csu/alpha/crti.S +++ b/lib/csu/alpha/crti.S @@ -50,4 +50,4 @@ $_fini..ng: .section .rodata - .ascii "$FreeBSD$\0" + .ascii "$FreeBSD: src/lib/csu/alpha/crti.S,v 1.1.2.2 2001/08/01 09:30:36 obrien Exp $\0" diff --git a/lib/csu/alpha/crtn.S b/lib/csu/alpha/crtn.S index d51120b945e1..f03f19f16510 100644 --- a/lib/csu/alpha/crtn.S +++ b/lib/csu/alpha/crtn.S @@ -42,4 +42,4 @@ .section .rodata - .ascii "$FreeBSD$\0" + .ascii "$FreeBSD: src/lib/csu/alpha/crtn.S,v 1.1.2.2 2001/08/01 09:30:36 obrien Exp $\0" |
