summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/sys/imgact_elf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/imgact_elf.h b/sys/sys/imgact_elf.h
index b781552..4d87bed 100644
--- a/sys/sys/imgact_elf.h
+++ b/sys/sys/imgact_elf.h
@@ -87,7 +87,7 @@ typedef struct {
} Elf64_Auxargs;
typedef struct {
- char *brand;
+ int brand;
char *emul_path;
char *interp_path;
struct sysentvec *sysvec;
OpenPOWER on IntegriCloud