diff options
Diffstat (limited to 'usr/src/uts/common/sys/brand.h')
| -rw-r--r-- | usr/src/uts/common/sys/brand.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr/src/uts/common/sys/brand.h b/usr/src/uts/common/sys/brand.h index 32e0f045e9..badc3faff8 100644 --- a/usr/src/uts/common/sys/brand.h +++ b/usr/src/uts/common/sys/brand.h @@ -33,6 +33,7 @@ extern "C" { #include <sys/proc.h> #include <sys/exec.h> #include <sys/modctl.h> +#include <sys/types.h> /* * All Brands supported by this kernel must use BRAND_VER_1. @@ -165,7 +166,7 @@ extern brand_t *brand_find_name(char *); extern void brand_unregister_zone(brand_t *); extern int brand_zone_count(brand_t *); extern void brand_setbrand(proc_t *); -extern void brand_clearbrand(proc_t *); +extern void brand_clearbrand(proc_t *, boolean_t); /* * The following functions can be shared among kernel brand modules which |
