- Timestamp:
- Sep 21, 2009 6:49:59 AM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 52583
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/slirp/tcp_subr.c
r23154 r23165 134 134 #endif 135 135 m->m_data += if_maxlinkhdr; 136 #ifndef VBOX_WITH_SLIRP_BSD_MBUF 137 m->m_pkthdr.header = mtod(m, void *); 138 #endif 136 139 *mtod(m, struct tcpiphdr *) = *ti; 137 140 ti = mtod(m, struct tcpiphdr *);
Note:
See TracChangeset
for help on using the changeset viewer.