diff options
Diffstat (limited to 'lib/csu/amd64/crtn.S')
-rw-r--r-- | lib/csu/amd64/crtn.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/csu/amd64/crtn.S b/lib/csu/amd64/crtn.S index d6d09dabeb21..55b221529bdb 100644 --- a/lib/csu/amd64/crtn.S +++ b/lib/csu/amd64/crtn.S @@ -32,4 +32,4 @@ ret .section .rodata -.ascii "$FreeBSD$\0" +.ascii "$FreeBSD: src/lib/csu/amd64/crtn.S,v 1.6.30.1.4.1 2010/06/14 02:09:06 kensmith Exp $\0" |