Changeset 20650 in vbox
- Timestamp:
- Jun 17, 2009 6:25:09 AM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 48737
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/slirp/tcp_subr.c
r20649 r20650 628 628 tcp_tos(struct socket *so) 629 629 { 630 #ifndef VBOX_WITH_SLIRP_ALIAS 630 631 int i = 0; 631 632 … … 640 641 i++; 641 642 } 642 643 #endif 643 644 return 0; 644 645 }
Note:
See TracChangeset
for help on using the changeset viewer.