summaryrefslogtreecommitdiff
path: root/usr/src/psm/stand/boot/common/readfile.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/psm/stand/boot/common/readfile.c')
-rw-r--r--usr/src/psm/stand/boot/common/readfile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/psm/stand/boot/common/readfile.c b/usr/src/psm/stand/boot/common/readfile.c
index de3a890ff8..16eea78fe3 100644
--- a/usr/src/psm/stand/boot/common/readfile.c
+++ b/usr/src/psm/stand/boot/common/readfile.c
@@ -64,7 +64,7 @@ int npagesize = 0;
uint_t icache_flush = 0;
char *cpulist = NULL;
char *mmulist = NULL;
-char *module_path; /* path for kernel modules */
+extern char *module_path; /* path for kernel modules */
/*
* This file gets compiled in LP64 (for sun4u) and ILP32 models.