Changeset 88128 in vbox
- Timestamp:
- Mar 15, 2021 7:08:28 PM (4 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/string.h
r85463 r88128 61 61 */ 62 62 # define ffs ffs_string_h 63 # define fls fls_string_h 63 64 # include <string.h> 65 # undef fls 64 66 # undef ffs 65 67 # undef strpbrk -
trunk/src/VBox/Devices/Network/slirp/slirp_config.h
r82968 r88128 211 211 /* Define if you have <sys/type32.h> */ 212 212 #undef HAVE_SYS_TYPES32_H 213 #ifdef RT_OS_SOLARIS 214 # define HAVE_SYS_TYPES32_H 215 #endif
Note:
See TracChangeset
for help on using the changeset viewer.