VirtualBox

Changeset 28283 in vbox for trunk/src/VBox/Additions/common


Ignore:
Timestamp:
Apr 14, 2010 9:29:53 AM (15 years ago)
Author:
vboxsync
Message:

Linux HostDrivers/Additions: fixed missing symbol RTMemAllocZVar(); rebranding

Location:
trunk/src/VBox/Additions/common/VBoxGuest
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/VBoxGuest/VBoxGuest-linux.c

    r28278 r28283  
    3434#include <linux/poll.h>
    3535#include "version-generated.h"
     36#include "product-generated.h"
    3637
    3738#include <iprt/assert.h>
     
    899900module_exit(vboxguestLinuxModExit);
    900901
    901 MODULE_AUTHOR("Oracle Corporation");
    902 MODULE_DESCRIPTION("VirtualBox Guest Additions for Linux Module");
     902MODULE_AUTHOR(VBOX_VENDOR);
     903MODULE_DESCRIPTION(VBOX_PRODUCT " Guest Additions for Linux Module");
    903904MODULE_LICENSE("GPL");
    904905#ifdef MODULE_VERSION
  • trunk/src/VBox/Additions/common/VBoxGuest/linux/Makefile

    r26180 r28283  
    9595        r0drv/linux/RTLogWriteDebugger-r0drv-linux.o \
    9696        r0drv/generic/semspinmutex-r0drv-generic.o \
     97        common/alloc/alloc.o \
    9798        common/err/RTErrConvertFromErrno.o \
    9899        common/err/RTErrConvertToErrno.o \
  • trunk/src/VBox/Additions/common/VBoxGuest/linux/files_vboxguest

    r26180 r28283  
    8484    ${PATH_ROOT}/src/VBox/Runtime/include/internal/string.h=>include/internal/string.h \
    8585    ${PATH_ROOT}/src/VBox/Runtime/include/internal/thread.h=>include/internal/thread.h \
     86    ${PATH_ROOT}/src/VBox/Runtime/common/alloc/alloc.cpp=>common/alloc/alloc.c \
    8687    ${PATH_ROOT}/src/VBox/Runtime/common/alloc/heapsimple.cpp=>common/alloc/heapsimple.c \
    8788    ${PATH_ROOT}/src/VBox/Runtime/common/err/RTErrConvertFromErrno.cpp=>common/err/RTErrConvertFromErrno.c \
     
    144145    ${PATH_ROOT}/src/VBox/Runtime/VBox/logbackdoor.cpp=>VBox/logbackdoor.c \
    145146    ${PATH_OUT}/version-generated.h=>version-generated.h \
     147    ${PATH_OUT}/product-generated.h=>product-generated.h \
    146148"
    147149
Note: See TracChangeset for help on using the changeset viewer.

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