diff options
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/hppa/include/pmap.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/hppa/include/pmap.h b/sys/arch/hppa/include/pmap.h index 2d370e2b601..f9e67ffbfed 100644 --- a/sys/arch/hppa/include/pmap.h +++ b/sys/arch/hppa/include/pmap.h @@ -1,4 +1,4 @@ -/* $OpenBSD: pmap.h,v 1.9 1999/07/21 05:38:03 mickey Exp $ */ +/* $OpenBSD: pmap.h,v 1.10 1999/11/16 16:42:29 mickey Exp $ */ /* * Copyright (c) 1998,1999 Michael Shalayeff @@ -113,7 +113,6 @@ struct hpt_entry { }; #ifdef _KERNEL extern struct hpt_entry *hpt_table; -extern u_int hpt_hashsize; #endif /* _KERNEL */ /* |