diff options
Diffstat (limited to 'lib/csu/amd64/crt1.c')
| -rw-r--r-- | lib/csu/amd64/crt1.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/csu/amd64/crt1.c b/lib/csu/amd64/crt1.c index 15aec4438a3f..e5e5eafbeeba 100644 --- a/lib/csu/amd64/crt1.c +++ b/lib/csu/amd64/crt1.c @@ -95,4 +95,4 @@ __asm__("eprol:"); __asm__(".previous"); #endif -__asm__(".ident\t\"$FreeBSD$\""); +__asm__(".ident\t\"$FreeBSD: src/lib/csu/amd64/crt1.c,v 1.13 2003/04/30 19:27:07 peter Exp $\""); |
