* 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
This commit is contained in:
parent
f1827a2faf
commit
54b23dd6b5
@ -1,3 +1,9 @@
|
||||
Tue Sep 13 14:27:47 2005 Hirokazu Yamamoto <ocean@m2.ccsnet.ne.jp>
|
||||
|
||||
* 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)
|
||||
|
||||
Tue Sep 13 12:33:05 2005 <why@ruby-lang.org>
|
||||
|
||||
* lib/yaml.rb: reworking YAML::Stream to use the new
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user