summaryrefslogtreecommitdiff
path: root/share/man/man9
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2024-11-05 13:15:14 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2024-11-05 13:15:14 +0000
commit9927ba4f82263ed60af1be339ce510204432c3ad (patch)
tree69ded72808bea6859c93175620d8b99550037016 /share/man/man9
parent764e59eaae8d4de50c65a0de9607b948d69221f2 (diff)
remove unused M_MAXCOMPRESS MCLOFSET; ok claudio@ miod@
Diffstat (limited to 'share/man/man9')
-rw-r--r--share/man/man9/mbuf.96
1 files changed, 2 insertions, 4 deletions
diff --git a/share/man/man9/mbuf.9 b/share/man/man9/mbuf.9
index ded14b87ddb..73ef8064562 100644
--- a/share/man/man9/mbuf.9
+++ b/share/man/man9/mbuf.9
@@ -1,4 +1,4 @@
-.\" $OpenBSD: mbuf.9,v 1.126 2024/07/09 18:56:54 jan Exp $
+.\" $OpenBSD: mbuf.9,v 1.127 2024/11/05 13:15:13 jsg Exp $
.\"
.\" Copyright (c) 2001 Jean-Jacques Bernard-Gundol <jjbg@openbsd.org>
.\" All rights reserved.
@@ -25,7 +25,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: July 9 2024 $
+.Dd $Mdocdate: November 5 2024 $
.Dt MGET 9
.Os
.Sh NAME
@@ -145,12 +145,10 @@
#define MAXMCLBYTES (64 * 1024)
#define MINCLSIZE (MHLEN + MLEN + 1)
-#define M_MAXCOMPRESS (MHLEN / 2)
#define MCLSHIFT 11
#define MCLBYTES (1 << MCLSHIFT)
-#define MCLOFSET (MCLBYTES - 1)
#define mtod(m,t) ((t)((m)->m_data))