summaryrefslogtreecommitdiff
path: root/lib/libelf/libelf_data.c
diff options
context:
space:
mode:
authorJoseph Koshy <jkoshy@FreeBSD.org>2006-12-18 05:36:23 +0000
committerJoseph Koshy <jkoshy@FreeBSD.org>2006-12-18 05:36:23 +0000
commitc2f3db731e4853320a93ed7d2b24a2f6b02572cf (patch)
treec12f1f8dd657363e3fd759efe9a7b349a0ed6e08 /lib/libelf/libelf_data.c
parent0578eca08af14ac6ecc7d93fe9f8562068fad437 (diff)
Notes
Diffstat (limited to 'lib/libelf/libelf_data.c')
-rw-r--r--lib/libelf/libelf_data.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libelf/libelf_data.c b/lib/libelf/libelf_data.c
index 4bab4411021a..873fac811976 100644
--- a/lib/libelf/libelf_data.c
+++ b/lib/libelf/libelf_data.c
@@ -66,7 +66,7 @@ _libelf_xlate_shtype(uint32_t sht)
return (ELF_T_SYM);
case SHT_SYMTAB_SHNDX:
return (ELF_T_WORD);
-#if __FreeBSD_version > 700009
+#if __FreeBSD_version >= 700025
case SHT_GNU_verdef: /* == SHT_SUNW_verdef */
return (ELF_T_VDEF);
case SHT_GNU_verneed: /* == SHT_SUNW_verneed */
@@ -82,4 +82,3 @@ _libelf_xlate_shtype(uint32_t sht)
return (-1);
}
}
-