summaryrefslogtreecommitdiff
path: root/elf/cache.c
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2005-10-20 06:59:57 +0000
committerJakub Jelinek <jakub@redhat.com>2005-10-20 06:59:57 +0000
commitb7071f6fc41f4c20510de3683f39e5c8ea8a2e1e (patch)
tree852f4f1992a3c9ecbb44b822df6702c7e635fc5a /elf/cache.c
parentacfebba27b162b3064c616142883541eaef3f725 (diff)
Updated to fedora-glibc-20051020T0651
Diffstat (limited to 'elf/cache.c')
-rw-r--r--elf/cache.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/elf/cache.c b/elf/cache.c
index 9324f3dc6c..d5f313657c 100644
--- a/elf/cache.c
+++ b/elf/cache.c
@@ -108,7 +108,8 @@ print_entry (const char *lib, int flag, unsigned int osversion,
[1] = "Hurd",
[2] = "Solaris",
[3] = "FreeBSD",
- [4] = N_("Unknown OS")
+ [4] = "kNetBSD",
+ [5] = N_("Unknown OS")
};
#define MAXTAG (sizeof abi_tag_os / sizeof abi_tag_os[0] - 1)
unsigned int os = osversion >> 24;