From 10a3beff9df055018ee49d44e8db2736f8bd542c Mon Sep 17 00:00:00 2001
From: Xavier Leroy <xavier.leroy@inria.fr>
Date: Mon, 2 Jul 2001 12:24:13 +0000
Subject: Patches pour conformance ANSI stricte (compilo AIX xlc_r)

git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@3560 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
---
 otherlibs/unix/envir.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'otherlibs/unix/envir.c')

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);
 }
-- 
cgit v1.2.3-70-g09d2