diff options
author | Fabio Rossi <rossi.f@inwind.it> | 2016-08-17 14:35:18 +0200 |
---|---|---|
committer | Fabio Rossi <rossi.f@inwind.it> | 2016-08-17 14:35:18 +0200 |
commit | 5f6e3b9c5c56a7f3d470a42d628736f1f90a5e4e (patch) | |
tree | 5103ad5e58a2d5f0625cb6f22b9472174df8d58d | |
parent | Revert "app-emulation/vmware-modules: fix version 304.3 with hardened" (diff) | |
download | vmware-5f6e3b9c5c56a7f3d470a42d628736f1f90a5e4e.tar.gz vmware-5f6e3b9c5c56a7f3d470a42d628736f1f90a5e4e.tar.bz2 vmware-5f6e3b9c5c56a7f3d470a42d628736f1f90a5e4e.zip |
app-emulation/vmware-modules: really fix hardened with 304.x
-rw-r--r-- | app-emulation/vmware-modules/files/304-hardened.patch | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/app-emulation/vmware-modules/files/304-hardened.patch b/app-emulation/vmware-modules/files/304-hardened.patch index cc3e041..588abca 100644 --- a/app-emulation/vmware-modules/files/304-hardened.patch +++ b/app-emulation/vmware-modules/files/304-hardened.patch @@ -82,7 +82,7 @@ index b12b982..40bd4cf 100644 /* * Utility functions -@@ -476,28 +491,6 @@ init_module(void) +@@ -476,22 +491,6 @@ init_module(void) goto err_proto; } @@ -97,14 +97,8 @@ index b12b982..40bd4cf 100644 - vnetFileOps.read = VNetFileOpRead; - vnetFileOps.write = VNetFileOpWrite; - vnetFileOps.poll = VNetFileOpPoll; --#ifdef HAVE_UNLOCKED_IOCTL - vnetFileOps.unlocked_ioctl = VNetFileOpUnlockedIoctl; --#else -- vnetFileOps.ioctl = VNetFileOpIoctl; --#endif --#ifdef HAVE_COMPAT_IOCTL - vnetFileOps.compat_ioctl = VNetFileOpUnlockedIoctl; --#endif - vnetFileOps.open = VNetFileOpOpen; - vnetFileOps.release = VNetFileOpClose; - |