Newer dependent linux headers have __user notations, which we need to

provide. Define it to be empty.
oldstable
Marcus Meissner 2004-08-17 22:08:43 +00:00 committed by Alexandre Julliard
parent d24592e598
commit 8a01a06427
1 changed files with 1 additions and 0 deletions

View File

@ -29,6 +29,7 @@
# include <unistd.h>
#endif
#define __user
#ifdef HAVE_LINUX_CAPI_H
# include <linux/capi.h>
#endif