tools.ps.macosx: fix for recent change to system-info.macosx.

db4
John Benediktsson 2014-06-05 21:01:30 -07:00
parent 41fe0673c7
commit ee9b803252
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ IN: tools.ps.macosx
: hostname ( -- str ) { 1 10 } sysctl-query-string ;
: sysctl-query-bytes ( seq -- n )
[ make-int-array ] [ length ] bi f 0 uint <ref>
[ int >c-array ] [ length ] bi f 0 uint <ref>
[ f 0 sysctl io-error ] keep uint deref ;
STRUCT: _pcred