summaryrefslogtreecommitdiffstats
path: root/usr.bin/brandelf
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/brandelf')
-rw-r--r--usr.bin/brandelf/brandelf.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.bin/brandelf/brandelf.c b/usr.bin/brandelf/brandelf.c
index 7993bf9..8c6fae5 100644
--- a/usr.bin/brandelf/brandelf.c
+++ b/usr.bin/brandelf/brandelf.c
@@ -49,8 +49,9 @@ struct ELFtypes {
/* XXX - any more types? */
static struct ELFtypes elftypes[] = {
{ "FreeBSD", ELFOSABI_FREEBSD },
- { "SVR4", ELFOSABI_SYSV },
- { "Linux", ELFOSABI_LINUX }
+ { "Linux", ELFOSABI_LINUX },
+ { "Solaris", ELFOSABI_SOLARIS },
+ { "SVR4", ELFOSABI_SYSV }
};
int
OpenPOWER on IntegriCloud