From: Martin Mares Date: Sat, 25 Aug 2007 10:57:02 +0000 (+0200) Subject: Removed obsolete comment. X-Git-Tag: holmes-import~506^2~13^2~88 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=bc09f812bc50c357125f471fced2828046dc1486;p=libucw.git Removed obsolete comment. --- diff --git a/lib/fastbuf.h b/lib/fastbuf.h index b8d88116..4e3bc5ca 100644 --- a/lib/fastbuf.h +++ b/lib/fastbuf.h @@ -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);