Skip to content

Commit

Permalink
Fix build from previous commit
Browse files Browse the repository at this point in the history
I unfortunately got on an unnamed branch and pushed the wrong bits

Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
  • Loading branch information
Anthony Liguori committed Feb 14, 2011
1 parent 53fae6d commit 8fe3046
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion slirp/mbuf.c
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ m_get(Slirp *slirp)
m->m_flags = (flags | M_USEDLIST);

/* Initialise it */
m->m_size = SLIRP_MSIZE - offsetof(struct m_hdr, m_dat);
m->m_size = SLIRP_MSIZE - offsetof(struct mbuf, m_dat);
m->m_data = m->m_dat;
m->m_len = 0;
m->m_nextpkt = NULL;
Expand Down

0 comments on commit 8fe3046

Please sign in to comment.