diff options
Diffstat (limited to 'lib/csu/i386-elf/crt1.c')
-rw-r--r-- | lib/csu/i386-elf/crt1.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/csu/i386-elf/crt1.c b/lib/csu/i386-elf/crt1.c index 093433330e358..c2958e04589de 100644 --- a/lib/csu/i386-elf/crt1.c +++ b/lib/csu/i386-elf/crt1.c @@ -110,4 +110,4 @@ __asm__("eprol:"); exit( main(argc, argv, env) ); } -__asm__(".ident\t\"$FreeBSD$\""); +__asm__(".ident\t\"$FreeBSD: src/lib/csu/i386-elf/crt1.c,v 1.15 2005/10/07 22:13:17 bde Exp $\""); |