Changeset 60603 in vbox for trunk/src/VBox/HostDrivers/Support
- Timestamp:
- Apr 20, 2016 2:32:19 PM (9 years ago)
- Location:
- trunk/src/VBox/HostDrivers/Support
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/SUPDrv.cpp
r60452 r60603 468 468 /* VBoxUSB */ 469 469 (PFNRT)RTPathStripFilename, 470 #if !defined(RT_OS_FREEBSD) 470 471 (PFNRT)RTStrPurgeEncoding, 472 #endif 471 473 NULL 472 474 }; -
trunk/src/VBox/HostDrivers/Support/freebsd/Makefile
r55095 r60603 149 149 SRCS += \ 150 150 alloc-r0drv.c \ 151 alloc-ef-r0drv.c \ 151 152 initterm-r0drv.c \ 152 153 memobj-r0drv.c \ -
trunk/src/VBox/HostDrivers/Support/freebsd/files_vboxdrv
r57943 r60603 152 152 ${PATH_ROOT}/src/VBox/Runtime/include/internal/lockvalidator.h=>include/internal/lockvalidator.h \ 153 153 ${PATH_ROOT}/src/VBox/Runtime/include/internal/magics.h=>include/internal/magics.h \ 154 ${PATH_ROOT}/src/VBox/Runtime/include/internal/mem.h=>include/internal/mem.h \ 154 155 ${PATH_ROOT}/src/VBox/Runtime/include/internal/memobj.h=>include/internal/memobj.h \ 155 156 ${PATH_ROOT}/src/VBox/Runtime/include/internal/string.h=>include/internal/string.h \ … … 178 179 ${PATH_ROOT}/src/VBox/Runtime/generic/uuid-generic.cpp=>generic/uuid-generic.c \ 179 180 ${PATH_ROOT}/src/VBox/Runtime/r0drv/alloc-r0drv.cpp=>r0drv/alloc-r0drv.c \ 181 ${PATH_ROOT}/src/VBox/Runtime/r0drv/alloc-ef-r0drv.cpp=>r0drv/alloc-ef-r0drv.c \ 180 182 ${PATH_ROOT}/src/VBox/Runtime/r0drv/alloc-r0drv.h=>r0drv/alloc-r0drv.h \ 181 183 ${PATH_ROOT}/src/VBox/Runtime/r0drv/initterm-r0drv.cpp=>r0drv/initterm-r0drv.c \
Note:
See TracChangeset
for help on using the changeset viewer.