]> mj.ucw.cz Git - libucw.git/blobdiff - lib/fastbuf.c
Make autoconf recognize the amd64 architecture.
[libucw.git] / lib / fastbuf.c
index a29dc30b370e8a5c2606eab15edb665b9746bbbb..6fbb2184ca2d0a90a0135ab012e248db3e09fec1 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *     Sherlock Library -- Fast Buffered I/O
+ *     UCW Library -- Fast Buffered I/O
  *
  *     (c) 1997--2004 Martin Mares <mj@ucw.cz>
  *
@@ -344,7 +344,7 @@ brewind(struct fastbuf *f)
 }
 
 int
-bskip(struct fastbuf *f, uns len)
+bskip_slow(struct fastbuf *f, uns len)
 {
   while (len)
     {