miniupnpd updated to RC8
[openwrt/svn-archive/archive.git] / sound / empcd / patches / 001-input_defs.patch
1 diff -urN empcd/empcd.h empcd.new/empcd.h
2 --- empcd/empcd.h 2005-11-29 01:35:30.000000000 +0100
3 +++ empcd.new/empcd.h 2007-06-14 11:54:14.000000000 +0200
4 @@ -24,6 +24,10 @@
5 #include <pwd.h>
6
7 /* Linux specific... */
8 +#include <linux/version.h>
9 +#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,0)
10 +#define EVIOCGRAB _IOW('E', 0x90, int) /* Grab/Release device */
11 +#endif
12 #include <linux/input.h>
13
14 #ifndef NULL