summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/os/brand.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/uts/common/os/brand.c')
-rw-r--r--usr/src/uts/common/os/brand.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr/src/uts/common/os/brand.c b/usr/src/uts/common/os/brand.c
index 8b3177b916..68b699630a 100644
--- a/usr/src/uts/common/os/brand.c
+++ b/usr/src/uts/common/os/brand.c
@@ -20,6 +20,7 @@
*/
/*
* Copyright (c) 2006, 2010, Oracle and/or its affiliates. All rights reserved.
+ * Copyright 2019 Joyent, Inc.
*/
#include <sys/kmem.h>
@@ -600,7 +601,7 @@ restoreexecenv(struct execenv *ep, stack_t *sp)
/*ARGSUSED*/
int
brand_solaris_elfexec(vnode_t *vp, execa_t *uap, uarg_t *args,
- intpdata_t *idatap, int level, long *execsz, int setid, caddr_t exec_file,
+ intpdata_t *idatap, int level, size_t *execsz, int setid, caddr_t exec_file,
cred_t *cred, int brand_action, struct brand *pbrand, char *bname,
char *brandlib, char *brandlib32, char *brandlinker, char *brandlinker32)
{