Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Havard Eidnes <he@netbsd.org>
List: source-changes
Date: 01/15/2000 08:23:17
Module Name:	basesrc
Committed By:	he
Date:		Sat Jan 15 16:23:16 UTC 2000

Modified Files:
	basesrc/lib/libc/db/mpool [netbsd-1-4]: mpool.c

Log Message:
Pull up revision 1.11 (requested by scw):
  After writing a page out to disk, run the page back through the
  user's input filter to ensure we don't end up with a cached copy
  of the page in the wrong byte-order for the host cpu.

  This fixes a fatal bug which bites when the DB 'lorder' is
  different to the cpu's, and a cached page is accessed soon after
  it was flushed to disk.


To generate a diff of this commit:
cvs rdiff -r1.10 -r1.10.2.1 basesrc/lib/libc/db/mpool/mpool.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.