diff -ur vmmon-only.orig/include/compat_wait.h vmmon-only/include/compat_wait.h --- vmmon-only.orig/include/compat_wait.h 2003-08-06 19:12:16.000000000 +0100 +++ vmmon-only/include/compat_wait.h 2004-06-15 17:22:27.508973744 +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), \