diff options
Diffstat (limited to 'usr.bin/elf2aout/elf2aout.c')
-rw-r--r-- | usr.bin/elf2aout/elf2aout.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/elf2aout/elf2aout.c b/usr.bin/elf2aout/elf2aout.c index 4168f4e60560e..e261b4b48f3f7 100644 --- a/usr.bin/elf2aout/elf2aout.c +++ b/usr.bin/elf2aout/elf2aout.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/elf2aout/elf2aout.c,v 1.11.14.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/types.h> #include <sys/elf64.h> |