VirtualBox

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/HostDrivers/VBoxNetFlt/linux
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/VBoxNetFlt/linux/VBoxNetFlt-linux.c

    r28281 r28283  
    2525#include "the-linux-kernel.h"
    2626#include "version-generated.h"
     27#include "product-generated.h"
    2728#include <linux/netdevice.h>
    2829#include <linux/etherdevice.h>
     
    133134module_exit(VBoxNetFltLinuxUnload);
    134135
    135 MODULE_AUTHOR("Oracle Corporation");
    136 MODULE_DESCRIPTION("VirtualBox Network Filter Driver");
     136MODULE_AUTHOR(VBOX_VENDOR);
     137MODULE_DESCRIPTION(VBOX_PRODUCT " Network Filter Driver");
    137138MODULE_LICENSE("GPL");
    138139#ifdef MODULE_VERSION
  • trunk/src/VBox/HostDrivers/VBoxNetFlt/linux/files_vboxnetflt

    r28153 r28283  
    7878    ${PATH_ROOT}/src/VBox/Runtime/r0drv/linux/the-linux-kernel.h=>r0drv/linux/the-linux-kernel.h \
    7979    ${PATH_OUT}/version-generated.h=>version-generated.h \
     80    ${PATH_OUT}/product-generated.h=>product-generated.h \
    8081"
    8182
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