aboutsummaryrefslogtreecommitdiff
path: root/slirp/mbuf.h
diff options
context:
space:
mode:
Diffstat (limited to 'slirp/mbuf.h')
-rw-r--r--slirp/mbuf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/slirp/mbuf.h b/slirp/mbuf.h
index cbf17e1..e2d4434 100644
--- a/slirp/mbuf.h
+++ b/slirp/mbuf.h
@@ -85,7 +85,7 @@ struct mbuf {
int m_size; /* Size of mbuf, from m_dat or m_ext */
struct socket *m_so;
- caddr_t m_data; /* Current location of data */
+ char *m_data; /* Current location of data */
int m_len; /* Amount of data in this mbuf, from m_data */
Slirp *slirp;