]> mj.ucw.cz Git - libucw.git/blobdiff - lib/fb-limfd.c
Removed sorter_presort_bufsize, it was no longer used.
[libucw.git] / lib / fb-limfd.c
index 351f0032daa15f710b0d0a45a02ab3ce4a15dbab..50bc5215d568d6d5253c091abe96fa4bece21b5a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *     Sherlock Library -- Fast Buffered Input on Limited File Descriptors
+ *     UCW Library -- Fast Buffered Input on Limited File Descriptors
  *
  *     (c) 2003--2004 Martin Mares <mj@ucw.cz>
  *
@@ -10,7 +10,6 @@
 #include "lib/lib.h"
 #include "lib/fastbuf.h"
 
-#include <stdlib.h>
 #include <unistd.h>
 
 struct fb_limfd {