X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=debug%2Fsorter%2Fradix-file-test.c;h=46d1bb4c94dbfe897a9ef4c9039e54ec6610fee2;hb=d84b9fd101d2bf3a72b9dc1d603c9b3960e8cb17;hp=6d9de8ebf2926515d50b072833f0869b666ce4fe;hpb=6653d0a752dd937152fa66f1725fab42edc25b8a;p=libucw.git diff --git a/debug/sorter/radix-file-test.c b/debug/sorter/radix-file-test.c index 6d9de8eb..46d1bb4c 100644 --- a/debug/sorter/radix-file-test.c +++ b/debug/sorter/radix-file-test.c @@ -52,7 +52,7 @@ int main(int argc, char **argv) #ifdef COPY msg(L_INFO, "Creating input file"); - int in_fd = sh_open("tmp/ft-in", O_RDWR | O_CREAT | O_TRUNC | DIRECT, 0666); + int in_fd = ucw_open("tmp/ft-in", O_RDWR | O_CREAT | O_TRUNC | DIRECT, 0666); ASSERT(in_fd >= 0); ASSERT(!(total_size % xbufsize)); P_INIT; @@ -73,7 +73,7 @@ int main(int argc, char **argv) for (uns i=0; i