summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>1999-01-21 13:41:12 +0000
committerPeter Wemm <peter@FreeBSD.org>1999-01-21 13:41:12 +0000
commita102abb25906101f6aca0ae7d1fe7fe440ec71aa (patch)
tree8c4edfd0798163f8453cc3d3cfe112c8a38b3f35
parent04d986a5fc4c3ba274971c47ed2a89e4751a29ca (diff)
Notes
-rw-r--r--sys/sys/bio.h4
-rw-r--r--sys/sys/buf.h4
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/sys/bio.h b/sys/sys/bio.h
index f2b0f4be2096..58b309b232e3 100644
--- a/sys/sys/bio.h
+++ b/sys/sys/bio.h
@@ -36,7 +36,7 @@
* SUCH DAMAGE.
*
* @(#)buf.h 8.9 (Berkeley) 3/30/95
- * $Id: buf.h,v 1.61 1998/11/13 01:01:44 dg Exp $
+ * $Id: buf.h,v 1.62 1999/01/21 08:29:08 dillon Exp $
*/
#ifndef _SYS_BUF_H_
@@ -365,7 +365,7 @@ void pbgetvp __P((struct vnode *, struct buf *));
void pbrelvp __P((struct buf *));
int allocbuf __P((struct buf *bp, int size));
void reassignbuf __P((struct buf *, struct vnode *));
-void bpreassignbuf __P((struct buf *, struct vnode *));
+void pbreassignbuf __P((struct buf *, struct vnode *));
struct buf *trypbuf __P((int *));
void vfs_bio_need_satisfy __P((void));
#endif /* KERNEL */
diff --git a/sys/sys/buf.h b/sys/sys/buf.h
index f2b0f4be2096..58b309b232e3 100644
--- a/sys/sys/buf.h
+++ b/sys/sys/buf.h
@@ -36,7 +36,7 @@
* SUCH DAMAGE.
*
* @(#)buf.h 8.9 (Berkeley) 3/30/95
- * $Id: buf.h,v 1.61 1998/11/13 01:01:44 dg Exp $
+ * $Id: buf.h,v 1.62 1999/01/21 08:29:08 dillon Exp $
*/
#ifndef _SYS_BUF_H_
@@ -365,7 +365,7 @@ void pbgetvp __P((struct vnode *, struct buf *));
void pbrelvp __P((struct buf *));
int allocbuf __P((struct buf *bp, int size));
void reassignbuf __P((struct buf *, struct vnode *));
-void bpreassignbuf __P((struct buf *, struct vnode *));
+void pbreassignbuf __P((struct buf *, struct vnode *));
struct buf *trypbuf __P((int *));
void vfs_bio_need_satisfy __P((void));
#endif /* KERNEL */