mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2025-08-03 21:14:40 +08:00
Needed for patch to bug #19937: pbuf_copy is always compiled, not only if ARP_QUEUEING is enabled
This commit is contained in:
parent
4f7dc3c76c
commit
75fd6fc4a4
@ -656,7 +656,6 @@ pbuf_dechain(struct pbuf *p)
|
|||||||
return (tail_gone > 0? NULL: q);
|
return (tail_gone > 0? NULL: q);
|
||||||
}
|
}
|
||||||
|
|
||||||
#if ARP_QUEUEING
|
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* Create PBUF_RAM copies of pbufs.
|
* Create PBUF_RAM copies of pbufs.
|
||||||
@ -741,4 +740,3 @@ pbuf_copy(struct pbuf *p_to, struct pbuf *p_from)
|
|||||||
#endif
|
#endif
|
||||||
return ERR_OK;
|
return ERR_OK;
|
||||||
}
|
}
|
||||||
#endif /* ARP_QUEUEING */
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user