]> mj.ucw.cz Git - libucw.git/blobdiff - ucw/sorter/sbuck.c
Imported tableprinter module
[libucw.git] / ucw / sorter / sbuck.c
index 7ec26785fbb82acd5cb40555fb1224a48c1536d5..7cedee9648e76d83780483dc63afd031c667b9fd 100644 (file)
@@ -7,11 +7,11 @@
  *     of the GNU Lesser General Public License.
  */
 
-#include "ucw/lib.h"
-#include "ucw/fastbuf.h"
-#include "ucw/mempool.h"
-#include "ucw/stkstring.h"
-#include "ucw/sorter/common.h"
+#include <ucw/lib.h>
+#include <ucw/fastbuf.h>
+#include <ucw/mempool.h>
+#include <ucw/stkstring.h>
+#include <ucw/sorter/common.h>
 
 #include <fcntl.h>
 
@@ -43,7 +43,7 @@ sbuck_drop(struct sort_bucket *b)
     }
 }
 
-sh_off_t
+ucw_off_t
 sbuck_size(struct sort_bucket *b)
 {
   if ((b->flags & SBF_OPEN_WRITE) && !(b->flags & SBF_SWAPPED_OUT))