summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1999-01-07 22:33:32 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1999-01-07 22:33:32 +0000
commitbeffef9e2192542852726441633f3ad57f7e7a54 (patch)
tree1b6c9e543840b63789dd52a02e33517b836b81c2 /sys
parent581f9b7b0363145b54a8b28383f63909069c2866 (diff)
make MCL_ALIGN() available outside INET6 land
Diffstat (limited to 'sys')
-rw-r--r--sys/sys/mbuf.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/sys/mbuf.h b/sys/sys/mbuf.h
index e48dbb0b36e..e02ebf70f95 100644
--- a/sys/sys/mbuf.h
+++ b/sys/sys/mbuf.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: mbuf.h,v 1.8 1999/01/07 22:28:01 deraadt Exp $ */
+/* $OpenBSD: mbuf.h,v 1.9 1999/01/07 22:33:31 deraadt Exp $ */
/* $NetBSD: mbuf.h,v 1.19 1996/02/09 18:25:14 christos Exp $ */
/*
@@ -250,13 +250,11 @@ union mcluster {
} \
)
-#ifdef INET6
/*
* For cluster mbufs (regardless of header or not).
*/
#define MCL_ALIGN(m, len) \
{ (m)->m_data += (MCLBYTES - (len)) &~ (sizeof(long) -1); }
-#endif /* INET6 */
/*
* MFREE(struct mbuf *m, struct mbuf *n)