mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* missing/vsnprintf.c (BSD__sfvwrite): constified.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19944 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
0db5641dae
commit
425dcb131e
1 changed files with 1 additions and 1 deletions
|
@ -238,7 +238,7 @@ static int BSD__sfvwrite(fp, uio)
|
|||
register struct __suio *uio;
|
||||
{
|
||||
register size_t len;
|
||||
register char *p;
|
||||
register const char *p;
|
||||
register struct __siov *iov;
|
||||
register int w;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue