artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
39f0edc
)
Synch declaration of copypage w/ m68k-general definitions per Ken's changes.
author
gene
<gene@openbsd.org>
Tue, 18 Feb 1997 05:13:13 +0000
(
05:13
+0000)
committer
gene
<gene@openbsd.org>
Tue, 18 Feb 1997 05:13:13 +0000
(
05:13
+0000)
This might get moved out soon.
sys/arch/mac68k/include/pmap.h
patch
|
blob
|
history
diff --git
a/sys/arch/mac68k/include/pmap.h
b/sys/arch/mac68k/include/pmap.h
index
00848b6
..
0b016d5
100644
(file)
--- 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 */