diff options
Diffstat (limited to 'lib/csu/i386-elf/crtn.S')
-rw-r--r-- | lib/csu/i386-elf/crtn.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/csu/i386-elf/crtn.S b/lib/csu/i386-elf/crtn.S index bc90d31d7c137..8e820e3c0d961 100644 --- a/lib/csu/i386-elf/crtn.S +++ b/lib/csu/i386-elf/crtn.S @@ -32,4 +32,4 @@ ret .section .rodata -.ascii "$FreeBSD$\0" +.ascii "$FreeBSD: src/lib/csu/i386-elf/crtn.S,v 1.6 2005/05/19 07:31:06 dfr Exp $\0" |