1
0

patch-include_local_h 578 B

12345678910111213141516171819202122
  1. * added idea/patch from https://github.com/rofl0r/sabotage
  2. --- alsa-lib-1.0.27.2.orig/include/local.h 2013-07-08 14:31:36.000000000 +0200
  3. +++ alsa-lib-1.0.27.2/include/local.h 2013-09-17 09:53:17.000000000 +0200
  4. @@ -30,7 +30,7 @@
  5. #include <assert.h>
  6. #include <endian.h>
  7. #include <stdarg.h>
  8. -#include <sys/poll.h>
  9. +#include <poll.h>
  10. #include <errno.h>
  11. #include <linux/ioctl.h>
  12. @@ -116,7 +116,7 @@
  13. /* kill and replace kernel-specific types */
  14. #define __user
  15. #define __force
  16. -#define __kernel_off_t off_t
  17. +//#define __kernel_off_t off_t
  18. #include <sound/asound.h>