diff options
author | 2001-09-10 17:52:06 +0000 | |
---|---|---|
committer | 2001-09-10 17:52:06 +0000 | |
commit | 71aa904aa8a1c3884e361e9a41a02402a9d13f04 (patch) | |
tree | d45c49075d0ff8ab2bc14ef5d23313e8f94691b6 | |
parent | mickey, at least compile them first. (diff) | |
download | wireguard-openbsd-71aa904aa8a1c3884e361e9a41a02402a9d13f04.tar.xz wireguard-openbsd-71aa904aa8a1c3884e361e9a41a02402a9d13f04.zip |
Fix the other half.
-rw-r--r-- | sys/arch/mvmeppc/include/pmap.h | 4 |
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 */ |