Changeset 3693 in vbox
- Timestamp:
- Jul 18, 2007 4:48:39 PM (17 years ago)
- Location:
- trunk/src/VBox/Devices/Network/slirp
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/slirp/libslirp.h
r2938 r3693 12 12 #endif 13 13 #else 14 #ifdef __OS2__/* temporary workaround, see ticket #127 */14 #ifdef RT_OS_OS2 /* temporary workaround, see ticket #127 */ 15 15 # include <sys/time.h> 16 16 #endif -
trunk/src/VBox/Devices/Network/slirp/slirp.c
r3021 r3693 1 1 #include "slirp.h" 2 #ifdef __OS2__2 #ifdef RT_OS_OS2 3 3 # include <paths.h> 4 4 #endif … … 102 102 struct in_addr tmp_addr; 103 103 104 #ifdef __OS2__104 #ifdef RT_OS_OS2 105 105 /* Try various locations. */ 106 106 char *etc = getenv("ETC"); -
trunk/src/VBox/Devices/Network/slirp/slirp.h
r3666 r3693 6 6 typedef int socklen_t; 7 7 #endif 8 #ifdef __OS2__/* temporary workaround, see ticket #127 */8 #ifdef RT_OS_OS2 /* temporary workaround, see ticket #127 */ 9 9 # define mbstat mbstat_os2 10 10 # include <sys/socket.h> -
trunk/src/VBox/Devices/Network/slirp/slirp_config.h
r1076 r3693 193 193 /* Define if you have gethostid */ 194 194 #undef HAVE_GETHOSTID 195 #ifdef __OS2__195 #ifdef RT_OS_OS2 196 196 # define HAVE_GETHOSTID 197 197 #endif
Note:
See TracChangeset
for help on using the changeset viewer.