Changeset 18924 in vbox for trunk/src/VBox/Main
- Timestamp:
- Apr 15, 2009 10:19:29 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 45987
- Location:
- trunk/src/VBox/Main
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/HostNetworkInterfaceImpl.cpp
r18594 r18924 28 28 #ifndef RT_OS_WINDOWS 29 29 #include <arpa/inet.h> 30 # ifdef RT_OS_FREEBSD 31 # include <netinet/in.h> /* INADDR_NONE */ 32 # endif 30 33 #endif /* RT_OS_WINDOWS */ 31 34 -
trunk/src/VBox/Main/Makefile.kmk
r18884 r18924 384 384 VBoxSVC_SOURCES.darwin += darwin/NetIf-darwin.cpp 385 385 VBoxSVC_SOURCES.solaris += solaris/NetIf-solaris.cpp 386 VBoxSVC_SOURCES.freebsd += freebsd/NetIf-freebsd.cpp 386 387 VBoxSVC_DEFS += VBOX_WITH_HOSTNETIF_API 387 if1of ($(KBUILD_TARGET), linux darwin solaris )388 if1of ($(KBUILD_TARGET), linux darwin solaris freebsd) 388 389 VBoxSVC_SOURCES += generic/NetIf-generic.cpp 389 390 endif
Note:
See TracChangeset
for help on using the changeset viewer.