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 093433330e35..7b8aa1123c8a 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.8.1 2009/04/15 03:14:26 kensmith Exp $\""); |
