Changeset 28174 in vbox for trunk/src/VBox/Devices/Network/slirp/bsd
- Timestamp:
- Apr 12, 2010 7:25:00 AM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 59911
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/slirp/bsd/sys/mbuf.h
r27869 r28174 1138 1138 1139 1139 static __inline struct m_tag * 1140 m_tag_get(int type, int length, int wait)1141 { 1142 return (m_tag_alloc(MTAG_ABI_COMPAT, type, length, wait));1140 m_tag_get(int type, int length, int fWait) 1141 { 1142 return (m_tag_alloc(MTAG_ABI_COMPAT, type, length, fWait)); 1143 1143 } 1144 1144
Note:
See TracChangeset
for help on using the changeset viewer.