diff options
Diffstat (limited to 'lib/libelf/elf_phnum.c')
-rw-r--r-- | lib/libelf/elf_phnum.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libelf/elf_phnum.c b/lib/libelf/elf_phnum.c index ff10c7e9c96e9..73b86fddfee2d 100644 --- a/lib/libelf/elf_phnum.c +++ b/lib/libelf/elf_phnum.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libelf/elf_phnum.c,v 1.1 2006/12/25 02:22:22 jkoshy Exp $"); #include <ar.h> #include <libelf.h> |