summaryrefslogtreecommitdiff
path: root/sys/arch/macppc/include/pmap.h
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2002-03-14 01:27:20 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2002-03-14 01:27:20 +0000
commit8327d0774703553db5e1a41a04bfdf4b1797c2ce (patch)
treeac9a52bace179e17769651fb9f805070d78abe5f /sys/arch/macppc/include/pmap.h
parent7b2c79b5895287d37f0c4e3adfc396eb7a6c03fb (diff)
First round of __P removal in sys
Diffstat (limited to 'sys/arch/macppc/include/pmap.h')
-rw-r--r--sys/arch/macppc/include/pmap.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/macppc/include/pmap.h b/sys/arch/macppc/include/pmap.h
index ff16bfbf647..86ae405a116 100644
--- a/sys/arch/macppc/include/pmap.h
+++ b/sys/arch/macppc/include/pmap.h
@@ -1,7 +1,7 @@
-/* $OpenBSD: pmap.h,v 1.3 2001/09/10 17:48:09 drahn Exp $ */
+/* $OpenBSD: pmap.h,v 1.4 2002/03/14 01:26:36 millert Exp $ */
#include <powerpc/pmap.h>
#ifndef _LOCORE
-paddr_t vtophys __P((vaddr_t));
+paddr_t vtophys(vaddr_t);
#endif /* _LOCORE */