diff options
author | gene <gene@cvs.openbsd.org> | 1997-02-18 05:13:14 +0000 |
---|---|---|
committer | gene <gene@cvs.openbsd.org> | 1997-02-18 05:13:14 +0000 |
commit | a43473f9b1982ba05c6caf04cd38d8c7a00af7ce (patch) | |
tree | f48bdb2ab1caa8c566ba761623deba86732f1f20 /sys/arch | |
parent | 109ca356f4df013b0c1a8e7353c17073f6aedb14 (diff) |
Synch declaration of copypage w/ m68k-general definitions per Ken's changes.
This might get moved out soon.
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/mac68k/include/pmap.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/mac68k/include/pmap.h b/sys/arch/mac68k/include/pmap.h index 00848b6268c..0b016d57c32 100644 --- a/sys/arch/mac68k/include/pmap.h +++ b/sys/arch/mac68k/include/pmap.h @@ -1,4 +1,4 @@ -/* $OpenBSD: pmap.h,v 1.3 1996/05/26 18:35:58 briggs Exp $ */ +/* $OpenBSD: pmap.h,v 1.4 1997/02/18 05:13:13 gene Exp $ */ /* $NetBSD: pmap.h,v 1.13 1996/05/18 18:52:41 briggs Exp $ */ /* @@ -211,7 +211,7 @@ void TBIA __P((void)); void TBIS __P((vm_offset_t)); void DCFP __P((vm_offset_t)); void ICPP __P((vm_offset_t)); -void copypage __P((caddr_t, caddr_t)); +void copypage __P((void *, void *)); __END_DECLS #endif /* _KERNEL */ |