summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Huettel (dilfridge) <dilfridge@gentoo.org>2013-06-23 15:15:49 +0200
committerAndreas K. Huettel (dilfridge) <dilfridge@gentoo.org>2013-06-23 15:15:49 +0200
commit01c6195e9e984d8c9c29b3a959c3bb769ae0f472 (patch)
tree9d66f30008b0a0bd2b0fcf4af52a9e95282108c8 /app-emulation/vmware-modules/files/271-netdevice.patch
parentDrop all but newest version, identical to main tree (diff)
downloadvmware-01c6195e9e984d8c9c29b3a959c3bb769ae0f472.tar.gz
vmware-01c6195e9e984d8c9c29b3a959c3bb769ae0f472.tar.bz2
vmware-01c6195e9e984d8c9c29b3a959c3bb769ae0f472.zip
Dropped vmware-modules, identical to main tree
Diffstat (limited to 'app-emulation/vmware-modules/files/271-netdevice.patch')
-rw-r--r--app-emulation/vmware-modules/files/271-netdevice.patch24
1 files changed, 0 insertions, 24 deletions
diff --git a/app-emulation/vmware-modules/files/271-netdevice.patch b/app-emulation/vmware-modules/files/271-netdevice.patch
deleted file mode 100644
index 35231a3..0000000
--- a/app-emulation/vmware-modules/files/271-netdevice.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-diff --git a/vmnet-only/compat_netdevice.h b/vmnet-only/compat_netdevice.h
-index 7a56304..9ff4548 100644
---- a/vmnet-only/compat_netdevice.h
-+++ b/vmnet-only/compat_netdevice.h
-@@ -47,6 +47,19 @@
- # define net_device device
- #endif
-
-+/* it looks like these have been removed from the kernel 3.1
-+ * probably because the "transition" is considered complete.
-+ * so to keep this source compatible we just redefine them like they were
-+ * previously
-+ */
-+#if LINUX_VERSION_CODE >= KERNEL_VERSION(3, 1, 0)
-+#define HAVE_ALLOC_NETDEV /* feature macro: alloc_xxxdev
-+ functions are available. */
-+#define HAVE_FREE_NETDEV /* free_netdev() */
-+#define HAVE_NETDEV_PRIV /* netdev_priv() */
-+#define HAVE_NETIF_QUEUE
-+#define HAVE_NET_DEVICE_OPS
-+#endif
-
- /*
- * SET_MODULE_OWNER appeared sometime during 2.3.x. It was setting