Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 458382 Details for
Bug 604414
app-emulation/vmware-modules-279.6 kernel >4.0 - ?
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
279-do-once.patch
279-do-once.patch (text/plain), 4.22 KB, created by
Samuel CUELLA
on 2017-01-02 15:09:01 UTC
(
hide
)
Description:
279-do-once.patch
Filename:
MIME Type:
Creator:
Samuel CUELLA
Created:
2017-01-02 15:09:01 UTC
Size:
4.22 KB
patch
obsolete
>diff -Nur work.orig/vmblock-only/shared/vm_basic_defs.h work/vmblock-only/shared/vm_basic_defs.h >--- work.orig/vmblock-only/shared/vm_basic_defs.h 2017-01-02 12:32:13.607202655 +0100 >+++ work/vmblock-only/shared/vm_basic_defs.h 2017-01-02 13:55:44.748554768 +0100 >@@ -693,6 +693,7 @@ > lfMessageFont) > > /* This is not intended to be thread-safe. */ >+#ifndef DO_ONCE > #define DO_ONCE(code) \ > do { \ > static Bool _doOnceDone = FALSE; \ >@@ -701,7 +702,7 @@ > code; \ > } \ > } while (0) >- >+#endif > /* > * Bug 827422 and 838523. > */ >diff -Nur work.orig/vmci-only/shared/vm_basic_defs.h work/vmci-only/shared/vm_basic_defs.h >--- work.orig/vmci-only/shared/vm_basic_defs.h 2017-01-02 12:32:13.640202243 +0100 >+++ work/vmci-only/shared/vm_basic_defs.h 2017-01-02 13:56:36.365909462 +0100 >@@ -693,6 +693,7 @@ > lfMessageFont) > > /* This is not intended to be thread-safe. */ >+#ifndef DO_ONCE > #define DO_ONCE(code) \ > do { \ > static Bool _doOnceDone = FALSE; \ >@@ -701,7 +702,7 @@ > code; \ > } \ > } while (0) >- >+#endif > /* > * Bug 827422 and 838523. > */ >diff -Nur work.orig/vmmon-only/include/vm_basic_defs.h work/vmmon-only/include/vm_basic_defs.h >--- work.orig/vmmon-only/include/vm_basic_defs.h 2017-01-02 12:32:13.617202530 +0100 >+++ work/vmmon-only/include/vm_basic_defs.h 2017-01-02 13:56:13.412196423 +0100 >@@ -693,6 +693,7 @@ > lfMessageFont) > > /* This is not intended to be thread-safe. */ >+#ifndef DO_ONCE > #define DO_ONCE(code) \ > do { \ > static Bool _doOnceDone = FALSE; \ >@@ -701,7 +702,7 @@ > code; \ > } \ > } while (0) >- >+#endif > /* > * Bug 827422 and 838523. > */ >diff -Nur work.orig/vmnet-only/vm_basic_defs.h work/vmnet-only/vm_basic_defs.h >--- work.orig/vmnet-only/vm_basic_defs.h 2017-01-02 12:32:13.630202368 +0100 >+++ work/vmnet-only/vm_basic_defs.h 2017-01-02 13:56:25.364047004 +0100 >@@ -693,6 +693,7 @@ > lfMessageFont) > > /* This is not intended to be thread-safe. */ >+#ifndef DO_ONCE > #define DO_ONCE(code) \ > do { \ > static Bool _doOnceDone = FALSE; \ >@@ -701,7 +702,7 @@ > code; \ > } \ > } while (0) >- >+#endif > /* > * Bug 827422 and 838523. > */ >diff -Nur work.orig/vsock-only/shared/vm_basic_defs.h work/vsock-only/shared/vm_basic_defs.h >--- work.orig/vsock-only/shared/vm_basic_defs.h 2017-01-02 12:32:13.657202030 +0100 >+++ work/vsock-only/shared/vm_basic_defs.h 2017-01-02 13:56:45.417796298 +0100 >@@ -693,6 +693,7 @@ > lfMessageFont) > > /* This is not intended to be thread-safe. */ >+#ifndef DO_ONCE > #define DO_ONCE(code) \ > do { \ > static Bool _doOnceDone = FALSE; \ >@@ -701,7 +702,7 @@ > code; \ > } \ > } while (0) >- >+#endif > /* > * Bug 827422 and 838523. > */
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 604414
:
458380
| 458382 |
458384
|
458386
|
458388