Date: Tue, 16 Aug 2016 19:43:17 +0000 (UTC) From: Mark Johnston <markj@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r304235 - head/sys/sys Message-ID: <201608161943.u7GJhHOq041812@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: markj Date: Tue Aug 16 19:43:17 2016 New Revision: 304235 URL: https://svnweb.freebsd.org/changeset/base/304235 Log: Remove prototypes missed in r303951. Modified: head/sys/sys/buf.h Modified: head/sys/sys/buf.h ============================================================================== --- head/sys/sys/buf.h Tue Aug 16 18:56:56 2016 (r304234) +++ head/sys/sys/buf.h Tue Aug 16 19:43:17 2016 (r304235) @@ -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 */
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201608161943.u7GJhHOq041812>