summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordrahn <drahn@openbsd.org>2001-09-10 17:52:06 +0000
committerdrahn <drahn@openbsd.org>2001-09-10 17:52:06 +0000
commit71aa904aa8a1c3884e361e9a41a02402a9d13f04 (patch)
treed45c49075d0ff8ab2bc14ef5d23313e8f94691b6
parentmickey, at least compile them first. (diff)
downloadwireguard-openbsd-71aa904aa8a1c3884e361e9a41a02402a9d13f04.tar.xz
wireguard-openbsd-71aa904aa8a1c3884e361e9a41a02402a9d13f04.zip
Fix the other half.
-rw-r--r--sys/arch/mvmeppc/include/pmap.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/mvmeppc/include/pmap.h b/sys/arch/mvmeppc/include/pmap.h
index a202e452cfb..c19ed6904b3 100644
--- a/sys/arch/mvmeppc/include/pmap.h
+++ b/sys/arch/mvmeppc/include/pmap.h
@@ -1,5 +1,7 @@
-/* $OpenBSD: pmap.h,v 1.4 2001/09/10 16:44:52 mickey Exp $ */
+/* $OpenBSD: pmap.h,v 1.5 2001/09/10 17:52:06 drahn Exp $ */
#include <powerpc/pmap.h>
+#ifndef _LOCORE
paddr_t vtophys __P((vaddr_t));
+#endif /* _LOCORE */