diff options
author | Evan Teran <evan.teran@gmail.com> | 2014-10-13 22:03:46 -0400 |
---|---|---|
committer | Evan Teran <evan.teran@gmail.com> | 2014-10-13 22:03:46 -0400 |
commit | 2513650a3e9235695b3e37dc924fd26c1d65442f (patch) | |
tree | 25e548b6ce8dd92ee5919e91f2b498ad0510e694 /app-emulation/vmware-modules/files/279-3.15-01-vsock.patch | |
parent | added comments explaining reason/origin of patches for 271 patches (diff) | |
download | vmware-2513650a3e9235695b3e37dc924fd26c1d65442f.tar.gz vmware-2513650a3e9235695b3e37dc924fd26c1d65442f.tar.bz2 vmware-2513650a3e9235695b3e37dc924fd26c1d65442f.zip |
added comments for 279 and fixed up some comments for 271 patches
Package-Manager: portage-2.2.8-r2
Diffstat (limited to 'app-emulation/vmware-modules/files/279-3.15-01-vsock.patch')
-rw-r--r-- | app-emulation/vmware-modules/files/279-3.15-01-vsock.patch | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app-emulation/vmware-modules/files/279-3.15-01-vsock.patch b/app-emulation/vmware-modules/files/279-3.15-01-vsock.patch index a880a75..9e8d9d1 100644 --- a/app-emulation/vmware-modules/files/279-3.15-01-vsock.patch +++ b/app-emulation/vmware-modules/files/279-3.15-01-vsock.patch @@ -1,3 +1,6 @@ +removing the no longer existing second parameter to sk_data_ready +doesn't seem it ever served a purpose. + diff -rupN vsock-only/linux/notify.c vsock-only.new/linux/notify.c --- vsock-only/linux/notify.c 2013-11-05 23:33:27.000000000 -0500 +++ vsock-only.new/linux/notify.c 2014-10-05 23:46:47.943304728 -0400 |