summaryrefslogtreecommitdiff
path: root/sys/arch/powerpc/include/pte.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/powerpc/include/pte.h')
-rw-r--r--sys/arch/powerpc/include/pte.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/powerpc/include/pte.h b/sys/arch/powerpc/include/pte.h
index 485c29d0517..faf10d05b23 100644
--- a/sys/arch/powerpc/include/pte.h
+++ b/sys/arch/powerpc/include/pte.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: pte.h,v 1.5 2002/03/14 01:26:42 millert Exp $ */
+/* $OpenBSD: pte.h,v 1.6 2002/07/12 20:28:55 drahn Exp $ */
/* $NetBSD: pte.h,v 1.1 1996/09/30 16:34:32 ws Exp $ */
/*-
@@ -79,7 +79,7 @@ typedef struct pte pte_t;
#ifndef _LOCORE
#ifdef _KERNEL
-extern pte_t *ptable;
+extern struct pte *ptable;
extern int ptab_cnt;
#endif /* _KERNEL */
#endif /* _LOCORE */