diff options
author | 2017-06-25 23:42:48 +0200 | |
---|---|---|
committer | 2017-06-25 23:42:48 +0200 | |
commit | d3812eca3c9455951be5632544f70f3fff9205c3 (patch) | |
tree | 5833bcd0e0dee0ec3d0a74840119c22acf0a1376 /app-emulation/vmware-modules/files/308-4.07-00-trans_start.patch | |
parent | Updated headers with 2017 copyright (diff) | |
download | vmware-d3812eca3c9455951be5632544f70f3fff9205c3.tar.gz vmware-d3812eca3c9455951be5632544f70f3fff9205c3.tar.bz2 vmware-d3812eca3c9455951be5632544f70f3fff9205c3.zip |
app-emulation/vmware-modules: removed unused patches in FILESDIR
Diffstat (limited to 'app-emulation/vmware-modules/files/308-4.07-00-trans_start.patch')
-rw-r--r-- | app-emulation/vmware-modules/files/308-4.07-00-trans_start.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/app-emulation/vmware-modules/files/308-4.07-00-trans_start.patch b/app-emulation/vmware-modules/files/308-4.07-00-trans_start.patch deleted file mode 100644 index 751924f..0000000 --- a/app-emulation/vmware-modules/files/308-4.07-00-trans_start.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- ./vmnet-only/netif.c.old 2016-05-19 20:13:14.259914206 +0200 -+++ ./vmnet-only/netif.c 2016-05-19 20:13:21.250914596 +0200 -@@ -465,7 +465,7 @@ - VNetSend(&netIf->port.jack, skb); - - netIf->stats.tx_packets++; -- dev->trans_start = jiffies; -+ netif_trans_update(dev); - - return 0; - } |