slirp: remove unused M_TRAILINGSPACE
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Reviewed-by: Daniel P. Berrangé <berrange@redhat.com> Signed-off-by: Samuel Thibault <samuel.thibault@ens-lyon.org>
This commit is contained in:
parent
7f5140929b
commit
cf2b315265
@ -72,7 +72,6 @@
|
|||||||
* How much free room there is
|
* How much free room there is
|
||||||
*/
|
*/
|
||||||
#define M_FREEROOM(m) (M_ROOM(m) - (m)->m_len)
|
#define M_FREEROOM(m) (M_ROOM(m) - (m)->m_len)
|
||||||
#define M_TRAILINGSPACE M_FREEROOM
|
|
||||||
|
|
||||||
struct mbuf {
|
struct mbuf {
|
||||||
/* XXX should union some of these! */
|
/* XXX should union some of these! */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user