summaryrefslogtreecommitdiffstats
path: root/sys/sys/mbuf.h
diff options
context:
space:
mode:
authorbz <bz@FreeBSD.org>2015-01-05 11:22:58 +0000
committerbz <bz@FreeBSD.org>2015-01-05 11:22:58 +0000
commit53151b4816709e8c4596b2ceb423fdd587cf071d (patch)
treeb70a1c3ddfb3205094874033c309274679acde64 /sys/sys/mbuf.h
parent1bb98ee8d4702b93b9e41485381b43a3d0f3ad56 (diff)
downloadFreeBSD-src-53151b4816709e8c4596b2ceb423fdd587cf071d.zip
FreeBSD-src-53151b4816709e8c4596b2ceb423fdd587cf071d.tar.gz
With r276692 m_align() moved and became an inline function.
Remove the (now) redundant function declaration.
Diffstat (limited to 'sys/sys/mbuf.h')
-rw-r--r--sys/sys/mbuf.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/sys/mbuf.h b/sys/sys/mbuf.h
index 28e1cc5..b74e957 100644
--- a/sys/sys/mbuf.h
+++ b/sys/sys/mbuf.h
@@ -933,7 +933,6 @@ extern int nmbclusters; /* Maximum number of clusters */
struct uio;
void m_adj(struct mbuf *, int);
-void m_align(struct mbuf *, int);
int m_apply(struct mbuf *, int, int,
int (*)(void *, void *, u_int), void *);
int m_append(struct mbuf *, int, c_caddr_t);
OpenPOWER on IntegriCloud