VirtualBox

Changeset 69768 in vbox


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
Files:
8 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/VBoxGuest/freebsd/Makefile

    r69762 r69768  
    8585.PATH:  ${.CURDIR}/common/string
    8686SRCS += \
     87        RTStrCat.c \
    8788        RTStrCopy.c \
    8889        RTStrCopyEx.c \
  • trunk/src/VBox/Additions/common/VBoxGuest/freebsd/files_vboxguest

    r69762 r69768  
    119119    ${PATH_ROOT}/src/VBox/Runtime/common/misc/RTAssertMsg2WeakV.cpp=>common/misc/RTAssertMsg2WeakV.c \
    120120    ${PATH_ROOT}/src/VBox/Runtime/common/misc/assert.cpp=>common/misc/assert.c \
     121    ${PATH_ROOT}/src/VBox/Runtime/common/string/RTStrCat.cpp=>common/string/RTStrCat.c \
    121122    ${PATH_ROOT}/src/VBox/Runtime/common/string/RTStrCopy.cpp=>common/string/RTStrCopy.c \
    122123    ${PATH_ROOT}/src/VBox/Runtime/common/string/RTStrCopyEx.cpp=>common/string/RTStrCopyEx.c \
  • trunk/src/VBox/Additions/common/VBoxGuest/linux/Makefile

    r69762 r69768  
    8282        common/misc/assert.o \
    8383        common/misc/thread.o \
     84        common/string/RTStrCat.o \
    8485        common/string/RTStrCopy.o \
    8586        common/string/RTStrCopyEx.o \
  • trunk/src/VBox/Additions/common/VBoxGuest/linux/files_vboxguest

    r69762 r69768  
    133133    ${PATH_ROOT}/src/VBox/Runtime/common/misc/assert.cpp=>common/misc/assert.c \
    134134    ${PATH_ROOT}/src/VBox/Runtime/common/misc/thread.cpp=>common/misc/thread.c \
     135    ${PATH_ROOT}/src/VBox/Runtime/common/string/RTStrCat.cpp=>common/string/RTStrCat.c \
    135136    ${PATH_ROOT}/src/VBox/Runtime/common/string/RTStrCopy.cpp=>common/string/RTStrCopy.c \
    136137    ${PATH_ROOT}/src/VBox/Runtime/common/string/RTStrCopyEx.cpp=>common/string/RTStrCopyEx.c \
  • 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