Changeset 1052 in vbox for trunk/src/VBox/Devices/Network/slirp
- Timestamp:
- Feb 23, 2007 5:00:25 PM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 18928
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/slirp/tcp_subr.c
r1048 r1052 1565 1565 * Removes the pointer from the hash table. 1566 1566 */ 1567 void VBoxU32PtrDone(PNATS Tate pData, void *pv, uint32_t iHint)1567 void VBoxU32PtrDone(PNATState pData, void *pv, uint32_t iHint) 1568 1568 { 1569 1569 /* We don't count NULL pointers. */
Note:
See TracChangeset
for help on using the changeset viewer.