X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=debug%2Fsorter%2Fradix-asio-test.c;h=168f6ff6b4f0b982a3cb2ce434ee2c6bd5989aae;hb=6cbd32307057f98fc793eaf9dc97c99c62a85a43;hp=7858985d19790a8a9403156ec53d2005dfc9bc9b;hpb=91c499892f07ad6494351a1c1985a0d3e2600a25;p=libucw.git diff --git a/debug/sorter/radix-asio-test.c b/debug/sorter/radix-asio-test.c index 7858985d..168f6ff6 100644 --- a/debug/sorter/radix-asio-test.c +++ b/debug/sorter/radix-asio-test.c @@ -4,10 +4,10 @@ * (c) 2007 Martin Mares */ -#include "lib/lib.h" -#include "lib/conf.h" -#include "lib/lfs.h" -#include "lib/asio.h" +#include "ucw/lib.h" +#include "ucw/conf.h" +#include "ucw/lfs.h" +#include "ucw/asio.h" #include #include @@ -59,7 +59,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 % bufsize)); P_INIT; @@ -85,7 +85,7 @@ int main(int argc, char **argv) for (uns i=0; i