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 943b07b31a94..fa36ca1ebd30 100644 --- a/lib/csu/amd64/crt1.c +++ b/lib/csu/amd64/crt1.c @@ -92,4 +92,4 @@ __asm__("eprol:"); exit( main(argc, argv, env) ); } -__asm__(".ident\t\"$FreeBSD$\""); +__asm__(".ident\t\"$FreeBSD: src/lib/csu/amd64/crt1.c,v 1.15 2005/10/07 22:13:17 bde Exp $\""); |
