diff options
-rw-r--r-- | sys/compat/svr4/svr4_sysvec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/compat/svr4/svr4_sysvec.c b/sys/compat/svr4/svr4_sysvec.c index b6d1e2c..1c37adb 100644 --- a/sys/compat/svr4/svr4_sysvec.c +++ b/sys/compat/svr4/svr4_sysvec.c @@ -185,7 +185,7 @@ struct sysentvec svr4_sysvec = { }; Elf32_Brandinfo svr4_brand = { - ELFOSABI_SOLARIS, /* XXX Or should we use ELFOSABI_SYSV here? */ + ELFOSABI_SYSV, "SVR4", svr4_emul_path, "/lib/libc.so.1", |