diff options
author | Mark Johnston <markj@FreeBSD.org> | 2016-08-16 19:43:17 +0000 |
---|---|---|
committer | Mark Johnston <markj@FreeBSD.org> | 2016-08-16 19:43:17 +0000 |
commit | 915a263ea24ab051bb57674a4d6f5ffe4ef0d5b5 (patch) | |
tree | 56300949abd050b3cd2e23d29210d2a567bc8aec | |
parent | 948137db101e7b0c7276b74b5445d646626d3e4c (diff) |
Remove prototypes missed in r303951.
Notes
Notes:
svn path=/head/; revision=304235
-rw-r--r-- | sys/sys/buf.h | 3 |
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 */ |