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 9e8acaa49596..90780fea37c0 100644 --- a/lib/csu/i386-elf/crt1.c +++ b/lib/csu/i386-elf/crt1.c @@ -112,4 +112,4 @@ __asm__("eprol:"); __asm__(".previous"); #endif -__asm__(".ident\t\"$FreeBSD$\""); +__asm__(".ident\t\"$FreeBSD: src/lib/csu/i386-elf/crt1.c,v 1.13 2004/08/15 16:18:51 dfr Exp $\""); |
