diff options
Diffstat (limited to 'lib/csu/sparc64/crt1.c')
-rw-r--r-- | lib/csu/sparc64/crt1.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/csu/sparc64/crt1.c b/lib/csu/sparc64/crt1.c index 5d8e371624466..18b5ede179cc7 100644 --- a/lib/csu/sparc64/crt1.c +++ b/lib/csu/sparc64/crt1.c @@ -121,4 +121,4 @@ __asm__("eprol:"); __asm__(".previous"); #endif -__asm__(".ident\t\"$FreeBSD$\""); +__asm__(".ident\t\"$FreeBSD: src/lib/csu/sparc64/crt1.c,v 1.17.12.1 2010/02/10 00:26:20 kensmith Exp $\""); |