diff options
Diffstat (limited to 'sys/arch/sparc')
-rw-r--r-- | sys/arch/sparc/include/types.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/arch/sparc/include/types.h b/sys/arch/sparc/include/types.h index 83c682aa7ab..c6df2fc3c4c 100644 --- a/sys/arch/sparc/include/types.h +++ b/sys/arch/sparc/include/types.h @@ -1,4 +1,4 @@ -/* $OpenBSD: types.h,v 1.12 2002/10/06 19:58:31 art Exp $ */ +/* $OpenBSD: types.h,v 1.13 2003/01/13 06:08:08 art Exp $ */ /* $NetBSD: types.h,v 1.11 1996/12/10 23:19:38 pk Exp $ */ /* @@ -56,9 +56,6 @@ typedef struct label_t { } label_t; #endif -typedef unsigned long vm_offset_t; -typedef unsigned long vm_size_t; - typedef unsigned long vaddr_t; typedef unsigned long paddr_t; typedef unsigned long vsize_t; |