diff options
author | 2007-05-28 18:08:47 +0000 | |
---|---|---|
committer | 2007-05-28 18:08:47 +0000 | |
commit | 7f33eeec6a5fbf587f90b27641d39ff34151ca6a (patch) | |
tree | 56c515a4af26bafec3bd1ff4d1254233d9f6c9f4 | |
parent | add a pool_setipl function, which allows setting an appropriate ipl (diff) | |
download | wireguard-openbsd-7f33eeec6a5fbf587f90b27641d39ff34151ca6a.tar.xz wireguard-openbsd-7f33eeec6a5fbf587f90b27641d39ff34151ca6a.zip |
cluster_read() is gone, so remove its prototype, spotted by mickey@
okay tedu@
-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 |