Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 33322 Details for
Bug 53879
VMware 4.5.2 has experimental amd64 support
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
vmnet-only gcc34 compilation fix
vmnet-only-gcc34.patch (text/plain), 880 bytes, created by
Herbie Hopkins (RETIRED)
on 2004-06-15 09:42:39 UTC
(
hide
)
Description:
vmnet-only gcc34 compilation fix
Filename:
MIME Type:
Creator:
Herbie Hopkins (RETIRED)
Created:
2004-06-15 09:42:39 UTC
Size:
880 bytes
patch
obsolete
>diff -ur vmnet-only.orig/compat_sock.h vmnet-only/compat_sock.h >--- vmnet-only.orig/compat_sock.h 2004-06-15 17:26:34.484427768 +0100 >+++ vmnet-only/compat_sock.h 2004-06-15 17:24:38.928994864 +0100 >@@ -17,7 +17,7 @@ > * in their Makefiles. > */ > #ifndef VMW_HAVE_SK_WMEM_ALLOC >-# define sk_wmem_alloc wmem_alloc >+# define sk_wmem_alloc sk_wmem_alloc > #endif > > >diff -ur vmnet-only.orig/compat_wait.h vmnet-only/compat_wait.h >--- vmnet-only.orig/compat_wait.h 2004-06-15 17:25:26.586749784 +0100 >+++ vmnet-only/compat_wait.h 2004-06-15 17:27:12.429659216 +0100 >@@ -57,7 +57,7 @@ > #elif LINUX_VERSION_CODE >= KERNEL_VERSION(2, 4, 0) // { > > /* If prototype does not match, build will abort here */ >-extern void poll_initwait(compat_poll_wqueues *); >+extern void poll_initwait(struct poll_wqueues *pwq); > > #define compat_poll_initwait(wait, table) ( \ > (wait) = (table), \
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 53879
:
33321
|
33322
|
34818