From 5334f8d74fa85d58325ec6913e478a4ecdb93577 Mon Sep 17 00:00:00 2001 From: "Bjoern A. Zeeb" Date: Mon, 5 Jan 2015 11:22:58 +0000 Subject: [PATCH] With r276692 m_align() moved and became an inline function. Remove the (now) redundant function declaration. --- sys/sys/mbuf.h | 1 - 1 file changed, 1 deletion(-) diff --git a/sys/sys/mbuf.h b/sys/sys/mbuf.h index 28e1cc5db6f..b74e957f28c 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);