diff options
author | Alexander Yurchenko <grange@cvs.openbsd.org> | 2004-01-14 19:34:06 +0000 |
---|---|---|
committer | Alexander Yurchenko <grange@cvs.openbsd.org> | 2004-01-14 19:34:06 +0000 |
commit | bfc474455c4c18496adf6b7ad17fab54fb796d37 (patch) | |
tree | f3b9b6017a5f5f8468e61fd91d2cf492703d99e7 /share/man/man9 | |
parent | 815537b823b88a67a72cacf63ca9931d4343e2e9 (diff) |
Get rid of M_LOCKF and use pool for allocating lockf structures.
From NetBSD.
Tested by many people, ok art@.
Diffstat (limited to 'share/man/man9')
-rw-r--r-- | share/man/man9/malloc.9 | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/share/man/man9/malloc.9 b/share/man/man9/malloc.9 index b0e11695be4..3f66e63569b 100644 --- a/share/man/man9/malloc.9 +++ b/share/man/man9/malloc.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: malloc.9,v 1.29 2003/07/11 13:47:41 jmc Exp $ +.\" $OpenBSD: malloc.9,v 1.30 2004/01/14 19:34:05 grange Exp $ .\" $NetBSD: malloc.9,v 1.2 1996/10/30 05:29:54 lukem Exp $ .\" .\" Copyright (c) 1996 The NetBSD Foundation, Inc. @@ -172,8 +172,6 @@ VM pmap data. Open file structures. .It Dv M_FILEDESC Open file descriptor tables. -.It Dv M_LOCKF -Byte-range locking structures. .It Dv M_PROC Proc structures. .It Dv M_SUBPROC |