diff options
Diffstat (limited to 'lib/csu/powerpc/crt1.c')
| -rw-r--r-- | lib/csu/powerpc/crt1.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/csu/powerpc/crt1.c b/lib/csu/powerpc/crt1.c index 080691c57ccf6..e8bece5c8f675 100644 --- a/lib/csu/powerpc/crt1.c +++ b/lib/csu/powerpc/crt1.c @@ -120,4 +120,4 @@ __asm__("eprol:"); __asm__(".previous"); #endif -__asm__(".ident\t\"$FreeBSD$\""); +__asm__(".ident\t\"$FreeBSD: src/lib/csu/powerpc/crt1.c,v 1.11.20.1 2009/04/15 03:14:26 kensmith Exp $\""); |
