diff options
Diffstat (limited to 'lib/csu/alpha/crt1.c')
| -rw-r--r-- | lib/csu/alpha/crt1.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/csu/alpha/crt1.c b/lib/csu/alpha/crt1.c index b8ad3ea10063..a04e719474b4 100644 --- a/lib/csu/alpha/crt1.c +++ b/lib/csu/alpha/crt1.c @@ -111,4 +111,4 @@ __asm__("eprol:"); __asm__(".previous"); #endif -__asm__(".ident\t\"$FreeBSD$\""); +__asm__(".ident\t\"$FreeBSD: src/lib/csu/alpha/crt1.c,v 1.16.2.1 2004/08/21 16:36:21 kensmith Exp $\""); |
