Loading...
db/mpool/FreeBSD/mpool.c.patch Libc-391.5.22 Libc-498.1.5
--- Libc/Libc-391.5.22/db/mpool/FreeBSD/mpool.c.patch
+++ Libc/Libc-498.1.5/db/mpool/FreeBSD/mpool.c.patch
@@ -13,7 +13,7 @@
 +			if (mpool_write(mp, bp) == RET_ERROR) {
 +				return (RET_ERROR);
 +			} else {
-+				/* 5126974: Re-run through the user's pgin filter. */
++				/* 4874757: Re-run through the user's pgin filter. */
 +				if (mp->pgin != NULL)
 +					(mp->pgin)(mp->pgcookie, bp->pgno, bp->page);
 +			}