Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/man/man9 remove cltom and mtocl. they've gone away lo...



details:   https://anonhg.NetBSD.org/src/rev/7b2211ec91a9
branches:  trunk
changeset: 579571:7b2211ec91a9
user:      yamt <yamt%NetBSD.org@localhost>
date:      Fri Mar 18 10:57:18 2005 +0000

description:
remove cltom and mtocl.  they've gone away long time ago.

diffstat:

 share/man/man9/mbuf.9 |  21 +--------------------
 1 files changed, 1 insertions(+), 20 deletions(-)

diffs (49 lines):

diff -r d6a919f63423 -r 7b2211ec91a9 share/man/man9/mbuf.9
--- a/share/man/man9/mbuf.9     Fri Mar 18 10:10:50 2005 +0000
+++ b/share/man/man9/mbuf.9     Fri Mar 18 10:57:18 2005 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: mbuf.9,v 1.33 2004/12/15 15:39:03 wiz Exp $
+.\"    $NetBSD: mbuf.9,v 1.34 2005/03/18 10:57:18 yamt Exp $
 .\"
 .\" Copyright (c) 1997 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -60,8 +60,6 @@
 .Nm m_free ,
 .Nm m_freem ,
 .Nm mtod ,
-.Nm mtocl ,
-.Nm cltom ,
 .Nm MGET ,
 .Nm MGETHDR ,
 .Nm MEXTMALLOC ,
@@ -121,10 +119,6 @@
 .Fn m_freem "struct mbuf *m"
 .Ft datatype
 .Fn mtod "struct mbuf *m" "datatype"
-.Ft u_long
-.Fn mtocl "void *datapointer"
-.Ft caddr_t
-.Fn cltom "u_long clusternum"
 .Ft void
 .Fn MGET "struct mbuf *m" "int how" "int type"
 .Ft void
@@ -554,19 +548,6 @@
 type-casted to the specified data type
 .Fa datatype .
 Implemented as a macro.
-.It Fn mtocl "void *datapointer"
-Takes a
-.Fa datapointer
-within an mbuf cluster and returns the cluster index number of the mbuf
-owning the data.
-Avoid this; it may be deprecated in the future.
-Implemented as a macro.
-.It Fn cltom "u_long clusternum"
-Takes an mbuf cluster index number
-.Fa clusternum
-and returns a pointer to the beginning of the cluster.
-Avoid this; it may be deprecated in the future.
-Implemented as a macro.
 .It Fn MGET "struct mbuf *m" "int how" "int type"
 Allocates mbuf
 .Fa m



Home | Main Index | Thread Index | Old Index