With r276692 m_align() moved and became an inline function.

Remove the (now) redundant function declaration.
This commit is contained in:
Bjoern A. Zeeb 2015-01-05 11:22:58 +00:00
parent 26d9e20f50
commit 5334f8d74f

View file

@ -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);