Changeset 28175 in vbox for trunk/src/VBox/Devices/Network
- Timestamp:
- Apr 12, 2010 7:37:41 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/slirp/misc.c
r28042 r28175 149 149 150 150 static void *slirp_uma_alloc(uma_zone_t zone, 151 int size, uint8_t *pflags, int wait)151 int size, uint8_t *pflags, int fWait) 152 152 { 153 153 struct item *it;
Note:
See TracChangeset
for help on using the changeset viewer.