Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 643466 | Differences between
and this patch

Collapse All | Expand All

(-)vboxdrv.orig/SUPDrvIDC.h (-1 / +1 lines)
Lines 160-166 typedef struct SUPDRVIDCREQGETSYM Link Here
160
        {
160
        {
161
            /** The symbol address. */
161
            /** The symbol address. */
162
            PFNRT           pfnSymbol;
162
            PFNRT           pfnSymbol;
163
        } Out;
163
        } __no_const Out;
164
    } u;
164
    } u;
165
} SUPDRVIDCREQGETSYM;
165
} SUPDRVIDCREQGETSYM;
166
/** Pointer to a SUPDRV IDC get symbol request. */
166
/** Pointer to a SUPDRV IDC get symbol request. */
(-)vboxnetflt.orig/include/VBox/intnet.h (-1 / +1 lines)
Lines 783-789 typedef struct INTNETTRUNKFACTORY Link Here
783
    DECLR0CALLBACKMEMBER(int, pfnCreateAndConnect,(struct INTNETTRUNKFACTORY *pIfFactory, const char *pszName,
783
    DECLR0CALLBACKMEMBER(int, pfnCreateAndConnect,(struct INTNETTRUNKFACTORY *pIfFactory, const char *pszName,
784
                                                   PINTNETTRUNKSWPORT pSwitchPort, uint32_t fFlags,
784
                                                   PINTNETTRUNKSWPORT pSwitchPort, uint32_t fFlags,
785
                                                   PINTNETTRUNKIFPORT *ppIfPort));
785
                                                   PINTNETTRUNKIFPORT *ppIfPort));
786
} INTNETTRUNKFACTORY;
786
} __no_const INTNETTRUNKFACTORY;
787
/** Pointer to the trunk factory. */
787
/** Pointer to the trunk factory. */
788
typedef INTNETTRUNKFACTORY *PINTNETTRUNKFACTORY;
788
typedef INTNETTRUNKFACTORY *PINTNETTRUNKFACTORY;
789
789
(-)vboxnetflt.orig/linux/VBoxNetFlt-linux.c (-1 / +1 lines)
Lines 840-846 typedef struct ethtool_ops OVR_OPSTYPE; Link Here
840
840
841
# else /* LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 29) */
841
# else /* LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 29) */
842
842
843
typedef struct net_device_ops OVR_OPSTYPE;
843
typedef net_device_ops_no_const OVR_OPSTYPE;
844
# define OVR_OPS  netdev_ops
844
# define OVR_OPS  netdev_ops
845
# define OVR_XMIT pOrgOps->ndo_start_xmit
845
# define OVR_XMIT pOrgOps->ndo_start_xmit
846
846
(-)vboxpci.orig/include/VBox/rawpci.h (-1 / +1 lines)
Lines 545-551 typedef struct RAWPCIFACTORY Link Here
545
    DECLR0CALLBACKMEMBER(void, pfnDeinitVm,(PRAWPCIFACTORY       pFactory,
545
    DECLR0CALLBACKMEMBER(void, pfnDeinitVm,(PRAWPCIFACTORY       pFactory,
546
                                            PVM                  pVM,
546
                                            PVM                  pVM,
547
                                            PRAWPCIPERVM         pPciData));
547
                                            PRAWPCIPERVM         pPciData));
548
} RAWPCIFACTORY;
548
} __no_const RAWPCIFACTORY;
549
549
550
#define RAWPCIFACTORY_UUID_STR   "ea089839-4171-476f-adfb-9e7ab1cbd0fb"
550
#define RAWPCIFACTORY_UUID_STR   "ea089839-4171-476f-adfb-9e7ab1cbd0fb"
551
551

Return to bug 643466