From 315a7459da238918688a8a735ea70f7d24d09e9b Mon Sep 17 00:00:00 2001 From: jsg Date: Fri, 12 Jun 2026 06:34:19 +0000 Subject: [PATCH] remove prototype for removed bufcache_gethighcleanbuf() --- sys/kern/vfs_bio.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sys/kern/vfs_bio.c b/sys/kern/vfs_bio.c index e71ab2f69b2..17ed64c64a5 100644 --- a/sys/kern/vfs_bio.c +++ b/sys/kern/vfs_bio.c @@ -1,4 +1,4 @@ -/* $OpenBSD: vfs_bio.c,v 1.218 2026/06/10 00:04:38 beck Exp $ */ +/* $OpenBSD: vfs_bio.c,v 1.219 2026/06/12 06:34:19 jsg Exp $ */ /* $NetBSD: vfs_bio.c,v 1.44 1996/06/11 11:15:36 pk Exp $ */ /* @@ -65,7 +65,6 @@ int needbuffer; /* private bufcache functions */ void bufcache_init(void); void bufcache_adjust(void); -struct buf *bufcache_gethighcleanbuf(void); /* * Buffer pool for I/O buffers.