VirtualBox

儲存庫 vbox 的更動 30785


忽略:
時間撮記:
2010-7-12 上午09:57:18 (14 年 以前)
作者:
vboxsync
訊息:

vboxnetflt: Applied compilation fix for RHEL provided by Jim.

檔案:
修改 1 筆資料

圖例:

未更動
新增
刪除
  • trunk/src/VBox/HostDrivers/VBoxNetFlt/linux/VBoxNetFlt-linux.c

    r30771 r30785  
    14421442         * mac header. We need to restore it back.
    14431443         */
     1444#if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 22)
    14441445        pSkb->mac_len = pSkb->network_header - pSkb->mac_header;
     1446#else
     1447        pSkb->mac_len = pSkb->nh.raw - pSkb->data;
     1448#endif
    14451449        skb_push(pSkb, pSkb->mac_len);
    14461450        Log5(("vboxNetFltLinuxCanForwardAsGso: mac_len=%d data=%p mac_header=%p network_header=%p\n",
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

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