diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2002-08-28 23:42:17 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2002-08-28 23:42:17 +0000 |
commit | 0c69d7240ed5df05c79daee892c2c84a4cdc84c3 (patch) | |
tree | baa7e66ab2398d43a2f827f0dc9d75682643a4b1 /sys/arch/hppa/include | |
parent | a56e93ed288efdab8827a2e153c44c9a2a771e02 (diff) |
vm_offset_t/vm_size_t are on their way to tartars now
Diffstat (limited to 'sys/arch/hppa/include')
-rw-r--r-- | sys/arch/hppa/include/types.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/arch/hppa/include/types.h b/sys/arch/hppa/include/types.h index 20137ac4998..96563543bb4 100644 --- a/sys/arch/hppa/include/types.h +++ b/sys/arch/hppa/include/types.h @@ -1,4 +1,4 @@ -/* $OpenBSD: types.h,v 1.6 2001/08/11 01:58:34 art Exp $ */ +/* $OpenBSD: types.h,v 1.7 2002/08/28 23:42:16 mickey Exp $ */ /*- * Copyright (c) 1990, 1993 @@ -54,10 +54,6 @@ typedef unsigned long vaddr_t; typedef unsigned long vsize_t; typedef unsigned long paddr_t; typedef unsigned long psize_t; -/* XXX DIE DIE DIE */ -typedef unsigned long vm_offset_t; -typedef unsigned long vm_size_t; - #endif /* |