Newer dependent linux headers have __user notations, which we need to
provide. Define it to be empty.
This commit is contained in:
parent
d24592e598
commit
8a01a06427
|
@ -29,6 +29,7 @@
|
|||
# include <unistd.h>
|
||||
#endif
|
||||
|
||||
#define __user
|
||||
#ifdef HAVE_LINUX_CAPI_H
|
||||
# include <linux/capi.h>
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue