summaryrefslogtreecommitdiffstats
path: root/otherlibs/unix/envir.c
diff options
context:
space:
mode:
Diffstat (limited to 'otherlibs/unix/envir.c')
-rw-r--r--otherlibs/unix/envir.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/otherlibs/unix/envir.c b/otherlibs/unix/envir.c
index ff9b80d66..a25263c1c 100644
--- a/otherlibs/unix/envir.c
+++ b/otherlibs/unix/envir.c
@@ -19,5 +19,5 @@ extern char ** environ;
value unix_environment(void) /* ML */
{
- return copy_string_array(environ);
+ return copy_string_array((const char**)environ);
}