summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/i386/include/types.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/arch/i386/include/types.h b/sys/arch/i386/include/types.h
index 17d364819cd..b9aa57b1501 100644
--- a/sys/arch/i386/include/types.h
+++ b/sys/arch/i386/include/types.h
@@ -1,5 +1,5 @@
/* $NetBSD: types.h,v 1.12 1995/12/24 01:08:03 mycroft Exp $ */
-/* $OpenBSD: types.h,v 1.11 2002/10/06 19:58:31 art Exp $ */
+/* $OpenBSD: types.h,v 1.12 2003/01/21 00:46:46 art Exp $ */
/*-
* Copyright (c) 1990 The Regents of the University of California.
@@ -47,9 +47,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;