aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Johnston <markj@FreeBSD.org>2016-08-16 19:43:17 +0000
committerMark Johnston <markj@FreeBSD.org>2016-08-16 19:43:17 +0000
commit915a263ea24ab051bb57674a4d6f5ffe4ef0d5b5 (patch)
tree56300949abd050b3cd2e23d29210d2a567bc8aec
parent948137db101e7b0c7276b74b5445d646626d3e4c (diff)
Remove prototypes missed in r303951.
Notes
Notes: svn path=/head/; revision=304235
-rw-r--r--sys/sys/buf.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/sys/buf.h b/sys/sys/buf.h
index c485e384ed64..e5607b54e267 100644
--- a/sys/sys/buf.h
+++ b/sys/sys/buf.h
@@ -536,9 +536,6 @@ void reassignbuf(struct buf *);
struct buf *trypbuf(int *);
void bwait(struct buf *, u_char, const char *);
void bdone(struct buf *);
-void bpin(struct buf *);
-void bunpin(struct buf *);
-void bunpin_wait(struct buf *);
#endif /* _KERNEL */