gphoto2-ixany.patch 533 B

123456789101112131415
  1. diff -up gphoto2-2.4.0/libgphoto2-2.4.0/libgphoto2_port/serial/unix.c.ixany gphoto2-2.4.0/libgphoto2-2.4.0/libgphoto2_port/serial/unix.c
  2. --- libgphoto2-2.4.0/libgphoto2_port/serial/unix.c.ixany 2007-07-27 02:36:13.000000000 +0200
  3. +++ libgphoto2-2.4.0/libgphoto2_port/serial/unix.c 2008-02-25 06:40:40.000000000 +0100
  4. @@ -98,6 +98,10 @@
  5. #define CHECK(result) {int r=(result); if (r<0) return (r);}
  6. +#ifndef IXANY
  7. +#define IXANY 0004000
  8. +#endif
  9. +
  10. /* Linux */
  11. #ifdef __linux__
  12. /* devfs is accounted for in the implementation */