summaryrefslogtreecommitdiffstats
path: root/sys/sys/bio.h
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2000-04-29 16:25:22 +0000
committerphk <phk@FreeBSD.org>2000-04-29 16:25:22 +0000
commit1931990da03f90281446f4901f3b30c2c383066d (patch)
tree19592270a836346156cc3bec20bf2da14160b941 /sys/sys/bio.h
parent24992f67a9ab42ef0d1f457fe05565fa61032d1b (diff)
downloadFreeBSD-src-1931990da03f90281446f4901f3b30c2c383066d.zip
FreeBSD-src-1931990da03f90281446f4901f3b30c2c383066d.tar.gz
s/biowait/bufwait/g
Prodded by: several.
Diffstat (limited to 'sys/sys/bio.h')
-rw-r--r--sys/sys/bio.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/bio.h b/sys/sys/bio.h
index 55a4bc1..f8073cc 100644
--- a/sys/sys/bio.h
+++ b/sys/sys/bio.h
@@ -579,7 +579,7 @@ struct buf *gbincore __P((struct vnode *, daddr_t));
int inmem __P((struct vnode *, daddr_t));
struct buf *getblk __P((struct vnode *, daddr_t, int, int, int));
struct buf *geteblk __P((int));
-int biowait __P((struct buf *));
+int bufwait __P((struct buf *));
void bufdone __P((struct buf *));
void biodone __P((struct bio *));
OpenPOWER on IntegriCloud