diff options
-rw-r--r-- | sys/arch/mac68k/mac68k/pmap.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/mac68k/mac68k/pmap.c b/sys/arch/mac68k/mac68k/pmap.c index c0ec1f46ee7..04263111092 100644 --- a/sys/arch/mac68k/mac68k/pmap.c +++ b/sys/arch/mac68k/mac68k/pmap.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pmap.c,v 1.27 2001/07/25 13:25:32 art Exp $ */ +/* $OpenBSD: pmap.c,v 1.28 2001/07/31 15:31:25 beck Exp $ */ /* $NetBSD: pmap.c,v 1.55 1999/04/22 04:24:53 chs Exp $ */ /* @@ -1667,7 +1667,7 @@ pmap_clear_modify(struct vm_page *pg) * * Clear the reference bit on the specified physical page. */ -void +boolean_t pmap_clear_reference(struct vm_page *pg) { paddr_t pa = VM_PAGE_TO_PHYS(pg); |