diff options
Diffstat (limited to 'usr/src/uts/intel/sys')
-rw-r--r-- | usr/src/uts/intel/sys/bootconf.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/src/uts/intel/sys/bootconf.h b/usr/src/uts/intel/sys/bootconf.h index f0ade9d94d..311fd40e6f 100644 --- a/usr/src/uts/intel/sys/bootconf.h +++ b/usr/src/uts/intel/sys/bootconf.h @@ -23,7 +23,7 @@ * Copyright 2009 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. * Copyright 2016 Nexenta Systems, Inc. - * Copyright 2019, Joyent, Inc. + * Copyright 2020 Joyent, Inc. */ #ifndef _SYS_BOOTCONF_H @@ -243,7 +243,7 @@ extern void bop_panic(const char *, ...) __KPRINTFLIKE(1) __NORETURN; #pragma rarely_called(bop_panic) -extern void boot_prop_finish(void); +extern void read_bootenvrc(void); extern int bootprop_getval(const char *, u_longlong_t *); extern int bootprop_getstr(const char *, char *, size_t); |