mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-05 12:56:08 +00:00
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:
parent
306005e78c
commit
fb52ada2d6
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=34806
@ -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;
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user