]> mj.ucw.cz Git - libucw.git/commitdiff
Removed obsolete comment.
authorMartin Mares <mj@ucw.cz>
Sat, 25 Aug 2007 10:57:02 +0000 (12:57 +0200)
committerMartin Mares <mj@ucw.cz>
Sat, 25 Aug 2007 10:57:02 +0000 (12:57 +0200)
lib/fastbuf.h

index b8d88116fc3eaf0cd494d806ce1c0cb753a5a760..4e3bc5ca2afb721ed19635ed603dbf0d1796ac16 100644 (file)
@@ -101,7 +101,7 @@ struct fastbuf *bopen_file_try(const char *name, int mode, struct fb_params *par
 struct fastbuf *bopen_tmp_file(struct fb_params *params);
 struct fastbuf *bopen_fd(int fd, struct fb_params *params);
 
-/* FastIO on standard files (specify buffer size 0 to enable mmaping) */
+/* FastIO on standard files */
 
 struct fastbuf *bfdopen_internal(int fd, const char *name, uns buflen);
 struct fastbuf *bopen(const char *name, uns mode, uns buflen);