mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 09:41:03 -04:00
With r276692 m_align() moved and became an inline function.
Remove the (now) redundant function declaration.
This commit is contained in:
parent
26d9e20f50
commit
5334f8d74f
1 changed files with 0 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue