Changeset 15137 in vbox for trunk/src/VBox/Devices/Network
- Timestamp:
- Dec 9, 2008 7:41:04 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/slirp/socket.c
r15112 r15137 837 837 } 838 838 839 # ifdef RT_OS_WINDOWS 839 840 static void 840 841 sorecvfrom_icmp_win(PNATState pData, struct socket *so) … … 875 876 } 876 877 } 877 #endif 878 # endif /* RT_OS_WINDOWS */ 879 #endif /* VBOX_WITH_SLIRP_ICMP */ 878 880 879 881 static void sorecvfrom_icmp_unix(PNATState pData, struct socket *so)
Note:
See TracChangeset
for help on using the changeset viewer.