Changeset 76474 in vbox for trunk/src/VBox/Devices/Network/slirp
- Timestamp:
- Dec 25, 2018 7:21:57 AM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 127775
- Location:
- trunk/src/VBox/Devices/Network/slirp
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/slirp/bootp.c
r76346 r76474 44 44 #include <slirp.h> 45 45 #include <libslirp.h> 46 #include <iprt/err .h>46 #include <iprt/errcore.h> 47 47 48 48 /** Entry in the table of known DHCP clients. */ -
trunk/src/VBox/Devices/Network/slirp/hostres.c
r76346 r76474 21 21 #include <iprt/assert.h> 22 22 #include <iprt/ctype.h> 23 #include <iprt/err .h>23 #include <iprt/errcore.h> 24 24 #include <slirp.h> 25 25 -
trunk/src/VBox/Devices/Network/slirp/ip_output.c
r76346 r76474 63 63 64 64 #include <slirp.h> 65 #include <iprt/err .h>65 #include <iprt/errcore.h> 66 66 #include "alias.h" 67 67 -
trunk/src/VBox/Devices/Network/slirp/slirp_dns.c
r76409 r76474 21 21 #endif 22 22 23 #include < VBox/err.h>23 #include <iprt/errcore.h> 24 24 #include <VBox/vmm/pdmdrv.h> 25 25 #include <iprt/assert.h>
Note:
See TracChangeset
for help on using the changeset viewer.