]> CyberLeo.Net >> Repos - CDN/portage-cdn.git/blob - app-emulation/vmware-modules/files/patches/020_all_epoll-def-warnings.patch
Initial import
[CDN/portage-cdn.git] / app-emulation / vmware-modules / files / patches / 020_all_epoll-def-warnings.patch
1 --- include/compat_wait.h
2 +++ include/compat_wait.h
3 @@ -34,13 +34,13 @@
4   * 2.4.20-wolk4.0s.
5   */
6  
7 -#if VMW_HAVE_EPOLL // {
8 +#ifdef VMW_HAVE_EPOLL // {
9  #define compat_poll_wqueues struct poll_wqueues
10  #else // } {
11  #define compat_poll_wqueues poll_table
12  #endif // }
13  
14 -#if VMW_HAVE_EPOLL // {
15 +#ifdef VMW_HAVE_EPOLL // {
16  
17  /* If prototype does not match, build will abort here */
18  extern void poll_initwait(compat_poll_wqueues *);