Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: ITOH Yasufumi <itohy@netbsd.org>
List: source-changes
Date: 09/28/2000 06:49:29
Module Name: syssrc
Committed By: itohy
Date: Thu Sep 28 03:49:29 UTC 2000
Modified Files:
syssrc/sys/arch/mvme68k/mvme68k: pmap.c
syssrc/sys/arch/news68k/news68k: pmap.c
Log Message:
Fix the type of pmap_zero_page_uncached from void (paddr_t) to
boolean_t (paddr_t) to make it compile again.
To generate a diff of this commit:
cvs rdiff -r1.46 -r1.47 syssrc/sys/arch/mvme68k/mvme68k/pmap.c
cvs rdiff -r1.7 -r1.8 syssrc/sys/arch/news68k/news68k/pmap.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.