diff options
author | Pedro Martelletto <pedro@cvs.openbsd.org> | 2007-05-28 18:08:48 +0000 |
---|---|---|
committer | Pedro Martelletto <pedro@cvs.openbsd.org> | 2007-05-28 18:08:48 +0000 |
commit | adeb9cbadd4670f1ae798bcfca8c230d28bce407 (patch) | |
tree | 21cef5caf58c9c5aa6f2e5a08947321f2ae8edfc /sys | |
parent | 864d75d1b5d0f64002c0b9c5e0272f2e8f8bd4e9 (diff) |
cluster_read() is gone, so remove its prototype, spotted by mickey@
okay tedu@
Diffstat (limited to 'sys')
-rw-r--r-- | sys/sys/buf.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/sys/buf.h b/sys/sys/buf.h index 3b59196e270..c301148a9b2 100644 --- a/sys/sys/buf.h +++ b/sys/sys/buf.h @@ -1,4 +1,4 @@ -/* $OpenBSD: buf.h,v 1.56 2007/05/26 20:26:51 pedro Exp $ */ +/* $OpenBSD: buf.h,v 1.57 2007/05/28 18:08:47 pedro Exp $ */ /* $NetBSD: buf.h,v 1.25 1997/04/09 21:12:17 mycroft Exp $ */ /* @@ -282,8 +282,6 @@ buf_countdeps(struct buf *bp, int i, int islocked) return (0); } -int cluster_read(struct vnode *, struct cluster_info *, - u_quad_t, daddr64_t, long, struct ucred *, struct buf **); void cluster_write(struct buf *, struct cluster_info *, u_quad_t); __END_DECLS |