VirtualBox

Ignore:
Timestamp:
Nov 20, 2017 11:22:25 AM (7 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
119168
Message:

VBoxGuest,SUPDrv: linux+freebsd needs RTStrCat.

Location:
trunk/src/VBox/HostDrivers/Support
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/Support/freebsd/Makefile

    r69762 r69768  
    8989.PATH:  ${.CURDIR}/common/string
    9090SRCS += \
     91        RTStrCat.c \
    9192        RTStrNCmp.c \
    9293        RTStrNLen.c \
  • trunk/src/VBox/HostDrivers/Support/freebsd/files_vboxdrv

    r69762 r69768  
    122122    ${PATH_ROOT}/src/VBox/Runtime/common/misc/term.cpp=>common/misc/term.c \
    123123    ${PATH_ROOT}/src/VBox/Runtime/common/misc/thread.cpp=>common/misc/thread.c \
     124    ${PATH_ROOT}/src/VBox/Runtime/common/string/RTStrCat.cpp=>common/string/RTStrCat.c \
    124125    ${PATH_ROOT}/src/VBox/Runtime/common/string/RTStrCopyP.cpp=>common/string/RTStrCopyP.c \
    125126    ${PATH_ROOT}/src/VBox/Runtime/common/string/RTStrCopy.cpp=>common/string/RTStrCopy.c \
  • trunk/src/VBox/HostDrivers/Support/linux/Makefile

    r69762 r69768  
    8787        common/misc/handletablectx.o \
    8888        common/misc/thread.o \
     89        common/string/RTStrCat.o \
    8990        common/string/RTStrCopy.o \
    9091        common/string/RTStrCopyEx.o \
  • trunk/src/VBox/HostDrivers/Support/linux/files_vboxdrv

    r69762 r69768  
    128128    ${PATH_ROOT}/src/VBox/Runtime/common/misc/handletablectx.cpp=>common/misc/handletablectx.c \
    129129    ${PATH_ROOT}/src/VBox/Runtime/common/misc/thread.cpp=>common/misc/thread.c \
     130    ${PATH_ROOT}/src/VBox/Runtime/common/string/RTStrCat.cpp=>common/string/RTStrCat.c \
    130131    ${PATH_ROOT}/src/VBox/Runtime/common/string/RTStrCopy.cpp=>common/string/RTStrCopy.c \
    131132    ${PATH_ROOT}/src/VBox/Runtime/common/string/RTStrCopyEx.cpp=>common/string/RTStrCopyEx.c \
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette