From 54b23dd6b5a9799ff2e14f910f925caf23ec6a59 Mon Sep 17 00:00:00 2001 From: ocean Date: Tue, 13 Sep 2005 05:35:27 +0000 Subject: * string.c, missing.h: failed to build on powerpc-apple-darwin7.9.0 because of crypt argument's constness mismatch. (I hope this works) (http://mput.dip.jp/autobuild/ruby-trunk/log/20050913T110001.gz) git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@9144 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- missing.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'missing.h') diff --git a/missing.h b/missing.h index a4616950e3..cb4f12a121 100644 --- a/missing.h +++ b/missing.h @@ -32,7 +32,7 @@ extern double atanh _((double)); #endif #ifndef HAVE_CRYPT -extern char *crypt _((char *, char *)); +extern char *crypt _((const char *, const char *)); #endif #ifndef HAVE_DUP2 -- cgit v1.2.3