2168575 发表于 2015-4-7 08:42:38

解决vmware的compat_netdevice.h 273 error redefinition of struct napi_struct问题

  重新编译命令:
  目录:/usr/lib/vmware/bin/
  vmware-modconfig --console --install-all
  
  /usr/lib/vmware/modules/source/vmnet.tar (host)
/usr/lib/vmware-tools/modules/source/vmxnet.tar (guest)
  删除下面三行,并解包和重打包以上2个文件
  struct napi_struct {
int dummy;
};
页: [1]
查看完整版本: 解决vmware的compat_netdevice.h 273 error redefinition of struct napi_struct问题