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..1d1405629e95d 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 2006/04/21 09:39:51 delphij Exp $"); #include <sys/types.h> #include <sys/elf64.h> |