Changeset 100307 in vbox for trunk/src/VBox/Additions/common
- Timestamp:
- Jun 28, 2023 10:17:34 AM (23 months ago)
- svn:sync-xref-src-repo-rev:
- 158022
- Location:
- trunk/src/VBox/Additions/common/VBoxGuest/linux
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxGuest/linux/combined-agnostic.c
r100191 r100307 167 167 #undef LOG_GROUP 168 168 #include "generic/mppresent-generic.c" 169 #undef LOG_GROUP 170 #include "generic/system-page-size-generic.c" 169 171 #undef LOG_GROUP 170 172 #include "VBox/log-vbox.c" -
trunk/src/VBox/Additions/common/VBoxGuest/linux/files_vboxguest
r100191 r100307 74 74 ${PATH_ROOT}/include/iprt/stdint.h=>include/iprt/stdint.h \ 75 75 ${PATH_ROOT}/include/iprt/string.h=>include/iprt/string.h \ 76 ${PATH_ROOT}/include/iprt/system.h=>include/iprt/system.h \ 76 77 ${PATH_ROOT}/include/iprt/thread.h=>include/iprt/thread.h \ 77 78 ${PATH_ROOT}/include/iprt/time.h=>include/iprt/time.h \ … … 198 199 ${PATH_ROOT}/src/VBox/Runtime/generic/errvars-generic.cpp=>generic/errvars-generic.c \ 199 200 ${PATH_ROOT}/src/VBox/Runtime/generic/mppresent-generic.cpp=>generic/mppresent-generic.c \ 201 ${PATH_ROOT}/src/VBox/Runtime/generic/system-page-size-generic.cpp=>generic/system-page-size-generic.c \ 200 202 ${PATH_ROOT}/src/VBox/Runtime/r0drv/alloc-r0drv.cpp=>r0drv/alloc-r0drv.c \ 201 203 ${PATH_ROOT}/src/VBox/Runtime/r0drv/alloc-r0drv.h=>r0drv/alloc-r0drv.h \
Note:
See TracChangeset
for help on using the changeset viewer.