]> mj.ucw.cz Git - libucw.git/blobdiff - lib/fb-mmap.c
Even better GBUF_TRACE -- the caller supplies his own logging function.
[libucw.git] / lib / fb-mmap.c
index f4f901840ced7a5cf205518149c4c10797215eef..7a0c53df2a9d1839c8223657d5a34b593c0e2ce7 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *     Sherlock Library -- Fast Buffered I/O on Memory-Mapped Files
+ *     UCW Library -- Fast Buffered I/O on Memory-Mapped Files
  *
  *     (c) 2002 Martin Mares <mj@ucw.cz>
  *
@@ -160,8 +160,6 @@ bfmm_config(struct fastbuf *f, uns item, int value)
     case BCONFIG_IS_TEMP_FILE:
       FB_MMAP(f)->is_temp_file = value;
       return 0;
-    case BCONFIG_CAN_OVERWRITE:
-      return 0;
     default:
       return -1;
     }