X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=ucw%2Flizard-test.c;h=4d1a1ccc1969dcd4afb84d1c3e3e3c242c661444;hb=a7b91de90e7c0a8b6aded23913bd80f47e0bcdc9;hp=fb9830a630f9230e8adbe704b38d38ac70f6704a;hpb=a4fe009d3366b0a3e119713b0ecc7fc0070efdfa;p=libucw.git diff --git a/ucw/lizard-test.c b/ucw/lizard-test.c index fb9830a6..4d1a1ccc 100644 --- a/ucw/lizard-test.c +++ b/ucw/lizard-test.c @@ -1,8 +1,8 @@ -#include "ucw/lib.h" -#include "ucw/getopt.h" -#include "ucw/fastbuf.h" -#include "ucw/ff-binary.h" -#include "ucw/lizard.h" +#include +#include +#include +#include +#include #include #include #include @@ -31,8 +31,8 @@ int main(int argc, char **argv) { int opt; - uns action = 't'; - uns crash = 0; + uint action = 't'; + uint crash = 0; log_init(argv[0]); while ((opt = cf_getopt(argc, argv, options, CF_NO_LONG_OPTS, NULL)) >= 0) switch (opt) @@ -54,7 +54,7 @@ main(int argc, char **argv) void *mi, *mo; int li, lo; - uns adler = 0; + uint adler = 0; struct stat st; stat(argv[optind], &st);