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

Remove the (now) redundant function declaration.
This commit is contained in:
bz 2015-01-05 11:22:58 +00:00
parent 1bb98ee8d4
commit 53151b4816

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