Add vm_ooffset_t and vm_pindex_t that FreeBSD uses (but NetBSD doesn't).

Ugh, this is for user code that looks into vm_map_entry. I'd shoot
it but semi-automatic guns aren't legal here anymore. 8-(
This commit is contained in:
John Birrell 1998-03-23 08:17:16 +00:00
parent 306005e78c
commit fb52ada2d6
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=34806

View file

@ -1,4 +1,4 @@
/* $Id: types.h,v 1.1 1998/01/10 10:13:16 jb Exp $ */
/* $Id: types.h,v 1.2 1998/03/09 05:53:13 jb Exp $ */
/* From: NetBSD: types.h,v 1.8 1997/04/06 08:47:45 cgd Exp */
/*-
@ -52,6 +52,8 @@ typedef struct label_t {
#endif
typedef unsigned long vm_offset_t;
typedef long vm_ooffset_t;
typedef unsigned long vm_pindex_t;
typedef unsigned long vm_size_t;
/*