Move unix code to library/io/unix/

slava 2006-07-05 22:11:06 +00:00
parent c3bfbbe6b7
commit ddd26fafe9
11 changed files with 5 additions and 5 deletions

View File

@ -20,7 +20,7 @@ parser sequences sequences-internals words ;
"compile" get [ "compile" get [
"native-io" get [ "native-io" get [
unix? [ unix? [
"/library/unix/load.factor" run-resource "/library/io/unix/load.factor" run-resource
] when ] when
] when ] when

View File

@ -4,10 +4,10 @@ USING: io kernel parser sequences ;
"/library/unix/syscalls-" os ".factor" append3 run-resource "/library/unix/syscalls-" os ".factor" append3 run-resource
[ [
"/library/unix/syscalls.factor" "/library/io/unix/syscalls.factor"
"/library/unix/io.factor" "/library/io/unix/io.factor"
"/library/unix/sockets.factor" "/library/io/unix/sockets.factor"
"/library/unix/files.factor" "/library/io/unix/files.factor"
] [ ] [
run-resource run-resource
] each ] each