diff options
| author | 2001-08-06 14:03:04 +0000 | |
|---|---|---|
| committer | 2001-08-06 14:03:04 +0000 | |
| commit | 40cf655d069ebfa867ff024a2901255f5ec03aa2 (patch) | |
| tree | 48232151cfae65f8a29f3a478c68837d98abb03d /sys/uvm/uvm_unix.c | |
| parent | Use pool to allocate extent region descriptors. (diff) | |
| download | wireguard-openbsd-40cf655d069ebfa867ff024a2901255f5ec03aa2.tar.xz wireguard-openbsd-40cf655d069ebfa867ff024a2901255f5ec03aa2.zip | |
Add a new type voff_t (right now it's typedefed as off_t) used for offsets
into objects.
Gives the possibilty to mmap beyond the size of vaddr_t.
From NetBSD.
Diffstat (limited to 'sys/uvm/uvm_unix.c')
| -rw-r--r-- | sys/uvm/uvm_unix.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/uvm/uvm_unix.c b/sys/uvm/uvm_unix.c index 7b0f894c782..adff42fd360 100644 --- a/sys/uvm/uvm_unix.c +++ b/sys/uvm/uvm_unix.c @@ -1,5 +1,5 @@ -/* $OpenBSD: uvm_unix.c,v 1.11 2001/07/25 14:47:59 art Exp $ */ -/* $NetBSD: uvm_unix.c,v 1.10 1999/12/30 16:09:47 eeh Exp $ */ +/* $OpenBSD: uvm_unix.c,v 1.12 2001/08/06 14:03:05 art Exp $ */ +/* $NetBSD: uvm_unix.c,v 1.11 2000/03/26 20:54:47 kleink Exp $ */ /* * Copyright (c) 1997 Charles D. Cranor and Washington University. |
